Skip to content

Commit

Permalink
Fix unused_imports warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and weihanglo committed Nov 19, 2023
1 parent 845c1bc commit 323efcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cargo/core/resolver/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ use std::collections::HashMap;
use std::num::NonZeroU64;
use tracing::debug;

pub use super::encode::Metadata;
pub use super::encode::{EncodableDependency, EncodablePackageId, EncodableResolve};
pub use super::resolve::Resolve;

// A `Context` is basically a bunch of local resolution information which is
// kept around for all `BacktrackFrame` instances. As a result, this runs the
// risk of being cloned *a lot* so we want to make this as cheap to clone as
Expand Down

0 comments on commit 323efcc

Please sign in to comment.