Skip to content

Commit

Permalink
Reduce visibility of lowering (#4055)
Browse files Browse the repository at this point in the history
## Summary

This makes `lowering.rs` internal to the metadata package.
  • Loading branch information
charliermarsh authored Jun 5, 2024
1 parent 34f847b commit c97427d
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 409 deletions.
2 changes: 0 additions & 2 deletions crates/uv-distribution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -16,6 +15,5 @@ mod locks;
mod metadata;
pub mod pyproject;
mod reporter;
mod requirement_lowering;
mod source;
mod workspace;
137 changes: 0 additions & 137 deletions crates/uv-distribution/src/metadata.rs

This file was deleted.

Loading

0 comments on commit c97427d

Please sign in to comment.