mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
Revert "[ty] Offer "Did you mean...?" suggestions for unresolved from
imports and unresolved attributes (#18705)" (#18721)
This commit is contained in:
parent
a93992fa30
commit
685eac10e5
14 changed files with 96 additions and 794 deletions
|
@ -10,7 +10,7 @@ use crate::module_resolver::{Module, resolve_module};
|
|||
use crate::semantic_index::ast_ids::HasScopedExpressionId;
|
||||
use crate::semantic_index::place::FileScopeId;
|
||||
use crate::semantic_index::semantic_index;
|
||||
use crate::types::all_members::all_declarations_and_bindings;
|
||||
use crate::types::ide_support::all_declarations_and_bindings;
|
||||
use crate::types::{Type, binding_type, infer_scope_types};
|
||||
|
||||
pub struct SemanticModel<'db> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue