mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-06 16:40:39 +00:00
[red-knot] Rename and rework the CoreStdlibModule
enum (#15071)
This commit is contained in:
parent
a06099dffe
commit
bcec5e615b
7 changed files with 214 additions and 138 deletions
|
@ -5,7 +5,7 @@ use rustc_hash::FxHasher;
|
|||
use crate::lint::{LintRegistry, LintRegistryBuilder};
|
||||
pub use db::Db;
|
||||
pub use module_name::ModuleName;
|
||||
pub use module_resolver::{resolve_module, system_module_search_paths, Module};
|
||||
pub use module_resolver::{resolve_module, system_module_search_paths, KnownModule, Module};
|
||||
pub use program::{Program, ProgramSettings, SearchPathSettings, SitePackages};
|
||||
pub use python_version::PythonVersion;
|
||||
pub use semantic_model::{HasTy, SemanticModel};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue