This commit is contained in:
Erik Hofmayer 2020-09-23 22:08:30 +02:00
parent 138a2e5eaa
commit 764967a7e5
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
//!
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/", test(attr(deny(warnings))))]
#![doc(
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
test(attr(deny(warnings)))
)]
#![feature(box_syntax)]
#![feature(const_fn)] // For the `transmute` in `P::new`
#![feature(const_fn_transmute)]