mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 05:12:15 +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();
|
||||
@ -31,4 +30,4 @@ pub fn jet_by_rep(context: &mut Context, subject: Noun) -> Result {
|
||||
let site = Site::new(context, &mut gate);
|
||||
by_rep(context, tree, &site, &mut pro);
|
||||
Ok(pro)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user