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
|
|
@ -47,7 +47,7 @@ impl FillMode {
|
|||
///
|
||||
/// # Returns
|
||||
///
|
||||
/// * (starting_offset, length)
|
||||
/// * (`starting_offset`, `length`)
|
||||
pub fn fill(&self, space: f32) -> (f32, f32) {
|
||||
match *self {
|
||||
FillMode::Full => (0.0, space),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue