projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e21db
)
Fix link in a doc comment
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Wed, 17 Jan 2018 07:27:37 +0000
(10:27 +0300)
committer
GitHub
<noreply@github.com>
Wed, 17 Jan 2018 07:27:37 +0000
(10:27 +0300)
src/cargo/core/manifest.rs
patch
|
blob
|
history
diff --git
a/src/cargo/core/manifest.rs
b/src/cargo/core/manifest.rs
index d28228b462f2a2cd55e4a53cd77dc6b0ad3768dc..ad85eb0b7f4b7f06d35847e8240d61650e770ad1 100644
(file)
--- 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,