Tweak query code for performance

This commit is contained in:
John Kåre Alsaker 2018-12-04 16:26:34 +01:00
parent 63f8e6e12b
commit c66b84457f
12 changed files with 185 additions and 82 deletions

View file

@ -81,6 +81,7 @@ impl ParseSess {
}
}
#[inline]
pub fn source_map(&self) -> &SourceMap {
&self.source_map
}