mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
clippy: Fix warnings in subtlecrypto.rs (#33943)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
parent
2319764a1e
commit
66695d2f7e
2 changed files with 13 additions and 21 deletions
|
@ -174,14 +174,6 @@ mod gen {
|
|||
13
|
||||
}
|
||||
|
||||
fn black() -> i64 {
|
||||
0x000000
|
||||
}
|
||||
|
||||
fn white() -> i64 {
|
||||
0xFFFFFF
|
||||
}
|
||||
|
||||
build_structs! {
|
||||
// type of the accessors
|
||||
accessor_type = crate::pref_util::Accessor::<Prefs, crate::pref_util::PrefValue>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue