mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove rustc-serialize from style and style_traits
This commit is contained in:
parent
56a99577b3
commit
8a8ee2888c
9 changed files with 4 additions and 10 deletions
|
@ -108,7 +108,7 @@ macro_rules! __define_css_keyword_enum__add_optional_traits {
|
|||
macro_rules! __define_css_keyword_enum__actual {
|
||||
($name: ident [ $( $derived_trait: ident),* ] [ $( $css: expr => $variant: ident ),+ ]) => {
|
||||
#[allow(non_camel_case_types, missing_docs)]
|
||||
#[derive(Clone, Eq, PartialEq, Copy, Hash, RustcEncodable, Debug $(, $derived_trait )* )]
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq $(, $derived_trait )* )]
|
||||
pub enum $name {
|
||||
$( $variant ),+
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue