mirror of https://github.com/astral-sh/ruff
clippy
This commit is contained in:
parent
e372e92299
commit
fd3405b55c
|
|
@ -1159,7 +1159,7 @@ impl CallChainLayout {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn is_fluent(&self) -> bool {
|
||||
pub(crate) fn is_fluent(self) -> bool {
|
||||
matches!(self, CallChainLayout::Fluent(_))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue