mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
fix many clippy warnings (#33510)
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
4e4b137eaa
commit
f986160ed4
13 changed files with 29 additions and 34 deletions
|
@ -458,7 +458,7 @@ pub struct GlyphStore {
|
|||
is_rtl: bool,
|
||||
}
|
||||
|
||||
impl<'a> GlyphStore {
|
||||
impl GlyphStore {
|
||||
/// Initializes the glyph store, but doesn't actually shape anything.
|
||||
///
|
||||
/// Use the `add_*` methods to store glyph data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue