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
|
|
@ -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>>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue