Clean up code a bit:
* Remove "bool_to_options" feature * Update version for compiler feature * rustfmt
This commit is contained in:
parent
56e5f61494
commit
8fac41a530
7 changed files with 25 additions and 17 deletions
|
@ -193,11 +193,9 @@
|
|||
html_playground_url = "https://play.rust-lang.org/",
|
||||
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
|
||||
test(no_crate_inject, attr(deny(warnings))),
|
||||
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))),
|
||||
)]
|
||||
#![cfg_attr(not(bootstrap),
|
||||
doc(cfg_hide(not(test), not(any(test, bootstrap))))
|
||||
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut)))
|
||||
)]
|
||||
#![cfg_attr(not(bootstrap), doc(cfg_hide(not(test), not(any(test, bootstrap)))))]
|
||||
// Don't link to std. We are std.
|
||||
#![no_std]
|
||||
#![warn(deprecated_in_future)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue