Derive Debug and Clone for AtRule
This commit is contained in:
parent
b482a26934
commit
d4e99051c7
@ -5,6 +5,7 @@ use crate::common::Pos;
|
||||
use crate::function::Function;
|
||||
use crate::mixin::Mixin;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) enum AtRule {
|
||||
Error(Pos, String),
|
||||
Warn(Pos, String),
|
||||
|
Loading…
x
Reference in New Issue
Block a user