rustfmt
This commit is contained in:
parent
abdfa1b876
commit
31d8017a01
@ -384,9 +384,7 @@ fn eat_include<I: Iterator<Item = Token>>(
|
||||
} else {
|
||||
return Err((pos, "expected identifier"));
|
||||
};
|
||||
let rules = mixin
|
||||
.args(&args)
|
||||
.call(super_selector)?;
|
||||
let rules = mixin.args(&args).call(super_selector)?;
|
||||
Ok(rules)
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ impl Mixin {
|
||||
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())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user