Skip to content

Commit 8f62a2d

Browse files
step cfgs
1 parent fe0415e commit 8f62a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source_file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ where
6666
}
6767
}
6868

69-
#[cfg_attr(not(bootstrap), allow(non_local_definitions))]
69+
#[allow(non_local_definitions)]
7070
impl From<&FileName> for rustc_span::FileName {
7171
fn from(filename: &FileName) -> rustc_span::FileName {
7272
match filename {

0 commit comments

Comments
 (0)