Skip to content

Commit 3a7f4c4

Browse files
committed
Unify the configuration of the compiler docs
Previously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.
1 parent 44b269d commit 3a7f4c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
* TODO(antoyo): remove the patches.
1414
*/
1515

16-
#![allow(internal_features)]
17-
#![doc(rust_logo)]
18-
#![feature(rustdoc_internals)]
1916
#![feature(rustc_private)]
2017
#![recursion_limit = "256"]
2118
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)