mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy clop
This commit is contained in:
parent
df7d017287
commit
b5e4066c49
3 changed files with 6 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue