remove superfluous trait derives
This commit is contained in:
parent
e211aff677
commit
0483f7f057
@ -4,7 +4,7 @@ use codemap::Spanned;
|
|||||||
|
|
||||||
use crate::error::SassError;
|
use crate::error::SassError;
|
||||||
|
|
||||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
#[derive(Debug)]
|
||||||
pub enum AtRuleKind {
|
pub enum AtRuleKind {
|
||||||
// Sass specific @rules
|
// Sass specific @rules
|
||||||
/// Loads mixins, functions, and variables from other Sass
|
/// Loads mixins, functions, and variables from other Sass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user