Skip to content

Commit 849f71f

Browse files
committed
remove gate
1 parent 1b39c35 commit 849f71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/missing-test-files.rs

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

55
use std::cmp::Ordering;
66
use std::ffi::OsStr;

0 commit comments

Comments
 (0)