Chore: Apply clippy docs keyword quoting

Add quotes a number of doc strings like `sRGB`
This commit is contained in:
Yuri Astrakhan 2023-09-19 01:50:05 -04:00
parent 4613eb26cb
commit c6554d9907
6 changed files with 7 additions and 7 deletions

View file

@ -61,7 +61,7 @@ pub trait Compositor: Sized {
) -> Result<(), SurfaceError>;
/// Screenshots the current [`Renderer`] primitives to an offscreen texture, and returns the bytes of
/// the texture ordered as `RGBA` in the sRGB color space.
/// the texture ordered as `RGBA` in the `sRGB` color space.
///
/// [`Renderer`]: Self::Renderer
fn screenshot<T: AsRef<str>>(