mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
style: Appease tidy.
This commit is contained in:
parent
665db79274
commit
390d03da70
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ impl MallocSizeOf for RuleTree {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Hash, PartialEq, Eq)]
|
||||
#[derive(Debug, Eq, Hash, PartialEq)]
|
||||
struct ChildKey(CascadeLevel, ptr::NonNull<()>);
|
||||
|
||||
unsafe impl Send for ChildKey {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue