mirror of https://github.com/astral-sh/ruff
doc
This commit is contained in:
parent
e583cb7682
commit
bdaf8e5812
|
|
@ -940,6 +940,7 @@ impl<'db> Node<'db> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Returns the smallest source_order associated with the given constraint.
|
||||
fn source_order_for(self, db: &'db dyn Db, constraint: ConstrainedTypeVar<'db>) -> usize {
|
||||
fn walk<'db>(
|
||||
db: &'db dyn Db,
|
||||
|
|
|
|||
Loading…
Reference in New Issue