summaryrefslogtreecommitdiffstats
path: root/core/src/window
diff options
context:
space:
mode:
authorLibravatar Yuri Astrakhan <YuriAstrakhan@gmail.com>2023-09-19 01:50:05 -0400
committerLibravatar Yuri Astrakhan <YuriAstrakhan@gmail.com>2023-09-19 01:50:05 -0400
commitc6554d990770b941b5003d6ef40af3f9dedcd052 (patch)
tree320357161634eeafcc4a33d7c41aa1e39f1ee93e /core/src/window
parent4613eb26cba3ded83f25ebdefd01c983c79a9d59 (diff)
downloadiced-c6554d990770b941b5003d6ef40af3f9dedcd052.tar.gz
iced-c6554d990770b941b5003d6ef40af3f9dedcd052.tar.bz2
iced-c6554d990770b941b5003d6ef40af3f9dedcd052.zip
Chore: Apply clippy docs keyword quoting
Add quotes a number of doc strings like `sRGB`
Diffstat (limited to 'core/src/window')
-rw-r--r--core/src/window/icon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/window/icon.rs b/core/src/window/icon.rs
index 2fc48e3b..5ef0eed7 100644
--- a/core/src/window/icon.rs
+++ b/core/src/window/icon.rs
@@ -3,7 +3,7 @@ use crate::Size;
use std::mem;
-/// Builds an [`Icon`] from its RGBA pixels in the sRGB color space.
+/// Builds an [`Icon`] from its RGBA pixels in the `sRGB` color space.
pub fn from_rgba(
rgba: Vec<u8>,
width: u32,