mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-13 09:12:32 +00:00
Reduce visibility of lowering (#4055)
## Summary This makes `lowering.rs` internal to the metadata package.
This commit is contained in:
parent
34f847bb68
commit
c97427d530
5 changed files with 401 additions and 409 deletions
|
|
@ -4,7 +4,6 @@ pub use error::Error;
|
|||
pub use index::{BuiltWheelIndex, RegistryWheelIndex};
|
||||
pub use metadata::{ArchiveMetadata, Metadata};
|
||||
pub use reporter::Reporter;
|
||||
use requirement_lowering::LoweringError;
|
||||
pub use workspace::{ProjectWorkspace, Workspace, WorkspaceError, WorkspaceMember};
|
||||
|
||||
mod archive;
|
||||
|
|
@ -16,6 +15,5 @@ mod locks;
|
|||
mod metadata;
|
||||
pub mod pyproject;
|
||||
mod reporter;
|
||||
mod requirement_lowering;
|
||||
mod source;
|
||||
mod workspace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue