Skip to content

Commit c97427d

Browse files
Reduce visibility of lowering (#4055)
## Summary This makes `lowering.rs` internal to the metadata package.
1 parent 34f847b commit c97427d

File tree

5 files changed

+401
-409
lines changed

5 files changed

+401
-409
lines changed

crates/uv-distribution/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pub use error::Error;
44
pub use index::{BuiltWheelIndex, RegistryWheelIndex};
55
pub use metadata::{ArchiveMetadata, Metadata};
66
pub use reporter::Reporter;
7-
use requirement_lowering::LoweringError;
87
pub use workspace::{ProjectWorkspace, Workspace, WorkspaceError, WorkspaceMember};
98

109
mod archive;
@@ -16,6 +15,5 @@ mod locks;
1615
mod metadata;
1716
pub mod pyproject;
1817
mod reporter;
19-
mod requirement_lowering;
2018
mod source;
2119
mod workspace;

crates/uv-distribution/src/metadata.rs

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)