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 91e6bf8 commit 7a67e88Copy full SHA for 7a67e88
src/cargo/core/resolver/types.rs
@@ -171,7 +171,11 @@ impl ResolveOpts {
171
pub struct ActivationsKey(InternedString, SemverCompatibility, SourceId);
172
173
impl ActivationsKey {
174
- pub fn new(name: InternedString, ver: SemverCompatibility, source_id: SourceId) -> ActivationsKey {
+ pub fn new(
175
+ name: InternedString,
176
+ ver: SemverCompatibility,
177
+ source_id: SourceId,
178
+ ) -> ActivationsKey {
179
ActivationsKey(name, ver, source_id)
180
}
181
0 commit comments