rustfmt
This commit is contained in:
parent
abdfa1b876
commit
31d8017a01
@ -384,9 +384,7 @@ fn eat_include<I: Iterator<Item = Token>>(
|
|||||||
} else {
|
} else {
|
||||||
return Err((pos, "expected identifier"));
|
return Err((pos, "expected identifier"));
|
||||||
};
|
};
|
||||||
let rules = mixin
|
let rules = mixin.args(&args).call(super_selector)?;
|
||||||
.args(&args)
|
|
||||||
.call(super_selector)?;
|
|
||||||
Ok(rules)
|
Ok(rules)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ impl Mixin {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn call(&mut self, super_selector: &Selector,) -> Result<Vec<Stmt>, (Pos, &'static str)> {
|
pub fn call(&mut self, super_selector: &Selector) -> Result<Vec<Stmt>, (Pos, &'static str)> {
|
||||||
self.eval(super_selector, &mut self.scope.clone())
|
self.eval(super_selector, &mut self.scope.clone())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user