mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-17 13:58:37 +00:00
[ty] Remove KnownModule::is_enum
(#19681)
## Summary Changes the visibility of `KnownModule` and removes an unneeded function.
This commit is contained in:
parent
b30d97e5e0
commit
d43e6fb9c6
8 changed files with 20 additions and 22 deletions
|
@ -1,6 +1,7 @@
|
|||
use std::iter::FusedIterator;
|
||||
|
||||
pub use module::{KnownModule, Module};
|
||||
pub(crate) use module::KnownModule;
|
||||
pub use module::Module;
|
||||
pub use path::SearchPathValidationError;
|
||||
pub use resolver::SearchPaths;
|
||||
pub(crate) use resolver::file_to_module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue