Skip to content

Commit 3dcf93f

Browse files
committed
Fix unused_imports warning
1 parent f5418fc commit 3dcf93f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cargo/core/resolver/context.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ use std::collections::HashMap;
1010
use std::num::NonZeroU64;
1111
use tracing::debug;
1212

13-
pub use super::encode::Metadata;
14-
pub use super::encode::{EncodableDependency, EncodablePackageId, EncodableResolve};
15-
pub use super::resolve::Resolve;
16-
1713
// A `Context` is basically a bunch of local resolution information which is
1814
// kept around for all `BacktrackFrame` instances. As a result, this runs the
1915
// risk of being cloned *a lot* so we want to make this as cheap to clone as

0 commit comments

Comments
 (0)