We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d93181 + 714fdac commit 7c4cde8Copy full SHA for 7c4cde8
clippy_lints/src/lib.rs
@@ -7,7 +7,6 @@
7
#![feature(iter_intersperse)]
8
#![feature(iter_partition_in_place)]
9
#![feature(never_type)]
10
-#![cfg_attr(bootstrap, feature(round_char_boundary))]
11
#![feature(rustc_private)]
12
#![feature(stmt_expr_attributes)]
13
#![feature(unwrap_infallible)]
tests/missing-test-files.rs
@@ -1,6 +1,5 @@
1
#![warn(rust_2018_idioms, unused_lifetimes)]
2
#![allow(clippy::assertions_on_constants)]
3
-#![cfg_attr(bootstrap, feature(path_file_prefix))]
4
5
use std::cmp::Ordering;
6
use std::ffi::OsStr;
0 commit comments