Skip to content

Commit

Permalink
step cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Mar 20, 2024
1 parent fe0415e commit 8f62a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ where
}
}

#[cfg_attr(not(bootstrap), allow(non_local_definitions))]
#[allow(non_local_definitions)]
impl From<&FileName> for rustc_span::FileName {
fn from(filename: &FileName) -> rustc_span::FileName {
match filename {
Expand Down

0 comments on commit 8f62a2d

Please sign in to comment.