mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
6523b38847
commit
f10262a41d
3 changed files with 8 additions and 4 deletions
|
@ -36,6 +36,10 @@ impl<'a> ValueStack<'a> {
|
|||
self.is_64.len()
|
||||
}
|
||||
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.is_64.is_empty()
|
||||
}
|
||||
|
||||
pub fn push(&mut self, value: Value) {
|
||||
match value {
|
||||
Value::I32(x) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue