Remove proc_macro::SourceFile::is_real().

This commit is contained in:
Mara Bos 2025-04-11 13:47:52 +02:00
parent 81d8c747fb
commit 6788ce76c9
5 changed files with 3 additions and 37 deletions

View file

@ -689,10 +689,6 @@ impl server::SourceFile for Rustc<'_, '_> {
_ => file.name.prefer_local().to_string(),
}
}
fn is_real(&mut self, file: &Self::SourceFile) -> bool {
file.is_real_file()
}
}
impl server::Span for Rustc<'_, '_> {