1
Fork 0

Document rust_2015 methods

This commit is contained in:
Maybe Waffle 2023-01-31 09:52:54 +00:00
parent fd5774a4d7
commit 5d90413d75
2 changed files with 2 additions and 0 deletions

View file

@ -899,6 +899,7 @@ impl Session {
ret
}
/// Is this edition 2015?
pub fn rust_2015(&self) -> bool {
self.edition().rust_2015()
}