From: Aleksey Kladov Date: Wed, 17 Jan 2018 07:27:37 +0000 (+0300) Subject: Fix link in a doc comment X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~38^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2a05f77f11220931daceeb3561a4c089df64bb04;p=cargo.git Fix link in a doc comment --- diff --git a/src/cargo/core/manifest.rs b/src/cargo/core/manifest.rs index d28228b46..ad85eb0b7 100644 --- a/src/cargo/core/manifest.rs +++ b/src/cargo/core/manifest.rs @@ -233,7 +233,7 @@ struct SerializedTarget<'a> { /// Serialized as a list of strings for historical reasons. kind: &'a TargetKind, /// Corresponds to `--crate-type` compiler attribute. - /// See https://doc.rust-lang.org/reference.html#linkage + /// See https://doc.rust-lang.org/reference/linkage.html crate_types: Vec<&'a str>, name: &'a str, src_path: &'a PathBuf,