Skip to content

Commit 714fdac

Browse files
Apply cfg(bootstrap) replacement
1 parent c56f950 commit 714fdac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#![feature(iter_intersperse)]
88
#![feature(iter_partition_in_place)]
99
#![feature(never_type)]
10-
#![cfg_attr(bootstrap, feature(round_char_boundary))]
1110
#![feature(rustc_private)]
1211
#![feature(stmt_expr_attributes)]
1312
#![feature(unwrap_infallible)]

tests/missing-test-files.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![warn(rust_2018_idioms, unused_lifetimes)]
22
#![allow(clippy::assertions_on_constants)]
3-
#![cfg_attr(bootstrap, feature(path_file_prefix))]
43

54
use std::cmp::Ordering;
65
use std::ffi::OsStr;

0 commit comments

Comments
 (0)