Chore: Apply clippy docs keyword quoting
Add quotes a number of doc strings like `sRGB`
This commit is contained in:
parent
4613eb26cb
commit
c6554d9907
6 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ use std::sync::Arc;
|
|||
|
||||
/// Data of a screenshot, captured with `window::screenshot()`.
|
||||
///
|
||||
/// The `bytes` of this screenshot will always be ordered as `RGBA` in the sRGB color space.
|
||||
/// The `bytes` of this screenshot will always be ordered as `RGBA` in the `sRGB` color space.
|
||||
#[derive(Clone)]
|
||||
pub struct Screenshot {
|
||||
/// The bytes of the [`Screenshot`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue