Skip to content

Commit 7dcf764

Browse files
committed
Auto merge of rust-lang#14133 - weihanglo:comment, r=epage
docs: remove stray comment
2 parents 9d23d95 + 98a9435 commit 7dcf764

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cargo/core/resolver/encode.rs

-2
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,6 @@ pub struct EncodableDependency {
533533
/// The serialization for `SourceId` doesn't do URL encode for parameters.
534534
/// In contrast, this type is aware of that whenever [`ResolveVersion`] allows
535535
/// us to do so (v4 or later).
536-
///
537-
/// [`EncodableResolve`] turns into a `
538536
#[derive(Deserialize, Debug, PartialOrd, Ord, Clone)]
539537
#[serde(transparent)]
540538
pub struct EncodableSourceId {

0 commit comments

Comments
 (0)