Auto merge of #14133 - weihanglo:comment, r=epage

docs: remove stray comment
This commit is contained in:
bors 2024-06-25 03:06:29 +00:00
commit 7dcf764cbc

View File

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