We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0415e commit 8f62a2dCopy full SHA for 8f62a2d
src/source_file.rs
@@ -66,7 +66,7 @@ where
66
}
67
68
69
- #[cfg_attr(not(bootstrap), allow(non_local_definitions))]
+ #[allow(non_local_definitions)]
70
impl From<&FileName> for rustc_span::FileName {
71
fn from(filename: &FileName) -> rustc_span::FileName {
72
match filename {
0 commit comments