clippy clop

This commit is contained in:
Richard Feldman 2020-05-10 15:16:25 -04:00
parent df7d017287
commit b5e4066c49
3 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,7 @@ impl Symbol {
IdentId((self.0 >> 32) as u32)
}
pub fn is_builtin(&self) -> bool {
pub fn is_builtin(self) -> bool {
self.module_id().is_builtin()
}