We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5418fc commit 3dcf93fCopy full SHA for 3dcf93f
src/cargo/core/resolver/context.rs
@@ -10,10 +10,6 @@ use std::collections::HashMap;
10
use std::num::NonZeroU64;
11
use tracing::debug;
12
13
-pub use super::encode::Metadata;
14
-pub use super::encode::{EncodableDependency, EncodablePackageId, EncodableResolve};
15
-pub use super::resolve::Resolve;
16
-
17
// A `Context` is basically a bunch of local resolution information which is
18
// kept around for all `BacktrackFrame` instances. As a result, this runs the
19
// risk of being cloned *a lot* so we want to make this as cheap to clone as
0 commit comments