mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 13:25:03 +03:00
cargo: clippy
This commit is contained in:
parent
68d6e5bd09
commit
a18f94a8d3
@ -9,7 +9,6 @@ crate::gdb!();
|
||||
|
||||
fn by_rep(context: &mut Context, tree: Noun, site: &Site, out: &mut Noun) {
|
||||
if unsafe { tree.raw_equals(D(0)) } {
|
||||
return;
|
||||
} else {
|
||||
let node = slot(tree, 2).unwrap();
|
||||
let left = slot(node, 6).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user