mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Fix servo build, and appease tidy / fmt.
This commit is contained in:
parent
8c004c0858
commit
49842f5031
23 changed files with 165 additions and 53 deletions
|
@ -123,7 +123,7 @@ impl MallocSizeOf for CssUrl {
|
|||
}
|
||||
|
||||
/// A key type for URL_VALUE_TABLE.
|
||||
#[derive(Hash, PartialEq, Eq)]
|
||||
#[derive(Eq, Hash, PartialEq)]
|
||||
struct CssUrlDataKey(*const CssUrlData);
|
||||
|
||||
unsafe impl Sync for CssUrlDataKey {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue