Skip to content

Commit 764967a

Browse files
committed
tidy
1 parent 138a2e5 commit 764967a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/rustc_ast/src/lib.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/", test(attr(deny(warnings))))]
7+
#![doc(
8+
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
9+
test(attr(deny(warnings)))
10+
)]
811
#![feature(box_syntax)]
912
#![feature(const_fn)] // For the `transmute` in `P::new`
1013
#![feature(const_fn_transmute)]

0 commit comments

Comments
 (0)