Remove proc_macro::SourceFile::is_real().
This commit is contained in:
parent
81d8c747fb
commit
6788ce76c9
5 changed files with 3 additions and 37 deletions
|
@ -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<'_, '_> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue