Skip to content

Commit 3dc0297

Browse files
committed
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
1 parent 10d08f0 commit 3dc0297

File tree

24 files changed

+24
-48
lines changed

24 files changed

+24
-48
lines changed

src/libarena/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
#![crate_type = "dylib"]
2929
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3030
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
31-
html_root_url = "https://doc.rust-lang.org/nightly/",
32-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
31+
html_root_url = "https://doc.rust-lang.org/nightly/")]
3332

3433
#![feature(alloc)]
3534
#![feature(box_syntax)]

src/libflate/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
#![crate_type = "dylib"]
2424
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2525
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
26-
html_root_url = "https://doc.rust-lang.org/nightly/",
27-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
26+
html_root_url = "https://doc.rust-lang.org/nightly/")]
2827

2928
#![feature(libc)]
3029
#![feature(staged_api)]

src/libfmt_macros/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2525
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2626
html_root_url = "https://doc.rust-lang.org/nightly/",
27-
html_playground_url = "https://play.rust-lang.org/",
28-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
27+
html_playground_url = "https://play.rust-lang.org/")]
2928

3029
#![feature(staged_api)]
3130
#![feature(unicode)]

src/libgetopts/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8989
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9090
html_root_url = "https://doc.rust-lang.org/nightly/",
91-
html_playground_url = "https://play.rust-lang.org/",
92-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
91+
html_playground_url = "https://play.rust-lang.org/")]
9392

9493
#![deny(missing_docs)]
9594
#![feature(staged_api)]

src/libgraphviz/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@
283283
#![crate_type = "dylib"]
284284
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
285285
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
286-
html_root_url = "https://doc.rust-lang.org/nightly/",
287-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
286+
html_root_url = "https://doc.rust-lang.org/nightly/")]
288287

289288
#![feature(into_cow)]
290289
#![feature(str_escape)]

src/liblog/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@
167167
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
168168
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
169169
html_root_url = "https://doc.rust-lang.org/nightly/",
170-
html_playground_url = "https://play.rust-lang.org/",
171-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
170+
html_playground_url = "https://play.rust-lang.org/")]
172171
#![deny(missing_docs)]
173172

174173
#![feature(box_raw)]

src/librand/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
2424
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2525
html_root_url = "https://doc.rust-lang.org/nightly/",
26-
html_playground_url = "https://play.rust-lang.org/",
27-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
26+
html_playground_url = "https://play.rust-lang.org/")]
2827
#![no_std]
2928
#![staged_api]
3029
#![unstable(feature = "rand",

src/librbml/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
122122
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
123123
html_root_url = "https://doc.rust-lang.org/nightly/",
124-
html_playground_url = "https://play.rust-lang.org/",
125-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
124+
html_playground_url = "https://play.rust-lang.org/")]
126125

127126
#![feature(rustc_private)]
128127
#![feature(staged_api)]

src/librustc/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
#![crate_type = "rlib"]
2424
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2525
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
26-
html_root_url = "https://doc.rust-lang.org/nightly/",
27-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
26+
html_root_url = "https://doc.rust-lang.org/nightly/")]
2827

2928
#![feature(append)]
3029
#![feature(associated_consts)]

src/librustc_back/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
#![crate_type = "rlib"]
3131
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3232
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
33-
html_root_url = "https://doc.rust-lang.org/nightly/",
34-
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
33+
html_root_url = "https://doc.rust-lang.org/nightly/")]
3534

3635
#![feature(box_syntax)]
3736
#![feature(fs_canonicalize)]

0 commit comments

Comments
 (0)