mirror of https://github.com/astral-sh/ruff
return a slice!
This commit is contained in:
parent
483f34207b
commit
a914071640
|
|
@ -12581,7 +12581,7 @@ impl<'db> CallableTypes<'db> {
|
|||
}
|
||||
}
|
||||
|
||||
fn as_slice(&self) -> &SmallVec<[CallableType<'db>; 1]> {
|
||||
fn as_slice(&self) -> &[CallableType<'db>] {
|
||||
&self.0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue