mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +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
|
@ -1,6 +1,6 @@
|
|||
use std::iter::FusedIterator;
|
||||
|
||||
pub use module::Module;
|
||||
pub use module::{KnownModule, Module};
|
||||
pub use resolver::resolve_module;
|
||||
pub(crate) use resolver::{file_to_module, SearchPaths};
|
||||
use ruff_db::system::SystemPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue