mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
style: Appease tidy.
This commit is contained in:
parent
665db79274
commit
390d03da70
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ pub enum Color {
|
|||
/// System colors.
|
||||
#[allow(missing_docs)]
|
||||
#[cfg(feature = "gecko")]
|
||||
#[derive(Copy, Clone, Debug, MallocSizeOf, Parse, PartialEq, ToCss, ToShmem)]
|
||||
#[derive(Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, ToCss, ToShmem)]
|
||||
#[repr(u8)]
|
||||
pub enum SystemColor {
|
||||
#[css(skip)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue