mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
[ty] Dont provide goto definition for definitions which are not reexported in builtins (#21127)
This commit is contained in:
@@ -615,6 +615,7 @@ pub fn definitions_for_name<'db>(
|
||||
};
|
||||
find_symbol_in_scope(db, builtins_scope, name_str)
|
||||
.into_iter()
|
||||
.filter(|def| def.is_reexported(db))
|
||||
.flat_map(|def| {
|
||||
resolve_definition(
|
||||
db,
|
||||
|
||||
Reference in New Issue
Block a user