resolve clippy lints
This commit is contained in:
parent
854f3c9fb2
commit
c877eb36e3
@ -1147,14 +1147,17 @@ impl<'a> Parser<'a> {
|
||||
Ok(stmts)
|
||||
}
|
||||
|
||||
#[allow(clippy::unused_self)]
|
||||
fn parse_extend(&mut self) -> SassResult<()> {
|
||||
todo!("@extend not yet implemented")
|
||||
}
|
||||
|
||||
#[allow(clippy::unused_self)]
|
||||
fn parse_supports(&mut self) -> SassResult<Stmt> {
|
||||
todo!("@supports not yet implemented")
|
||||
}
|
||||
|
||||
#[allow(clippy::unused_self)]
|
||||
fn parse_keyframes(&mut self) -> SassResult<Stmt> {
|
||||
todo!("@keyframes not yet implemented")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user