style: Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-02 23:13:17 -04:00
parent 665db79274
commit 390d03da70
3 changed files with 3 additions and 3 deletions

View file

@ -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 {}