We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36632f3 + 74ccbec commit c085be5Copy full SHA for c085be5
src/libproc_macro/lib.rs
@@ -29,6 +29,13 @@
29
#![crate_type = "dylib"]
30
#![deny(warnings)]
31
#![deny(missing_docs)]
32
+#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
33
+ html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
34
+ html_root_url = "https://doc.rust-lang.org/nightly/",
35
+ html_playground_url = "https://play.rust-lang.org/",
36
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
37
+ test(no_crate_inject, attr(deny(warnings))),
38
+ test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))))]
39
40
#![feature(rustc_private)]
41
#![feature(staged_api)]
0 commit comments