[red-knot] Rename and rework the CoreStdlibModule enum (#15071)

This commit is contained in:
Alex Waygood 2024-12-19 20:59:00 +00:00 committed by GitHub
parent a06099dffe
commit bcec5e615b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 214 additions and 138 deletions

View file

@ -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};