Skip to content

Commit e29f5de

Browse files
committed
Add doc(html_root_url) to rustc_hir crate
1 parent 3b348d9 commit e29f5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_hir/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//!
33
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html
44
5+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
56
#![feature(associated_type_defaults)]
67
#![feature(const_btree_new)]
78
#![feature(crate_visibility_modifier)]

0 commit comments

Comments
 (0)