mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
Lint.
This commit is contained in:
parent
9bb5501e25
commit
6fadc9c799
@ -73,6 +73,8 @@ pub fn get_jet(jet_name: Noun) -> Option<Jet> {
|
||||
//
|
||||
tas!(b"cap") => Some(jet_cap),
|
||||
tas!(b"mas") => Some(jet_mas),
|
||||
tas!(b"cue") => Some(jet_cue),
|
||||
tas!(b"jam") => Some(jet_jam),
|
||||
//
|
||||
tas!(b"lent") => Some(jet_lent),
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
use crate::interpreter::Context;
|
||||
use crate::jets::util::*;
|
||||
use crate::jets::JetErr::*;
|
||||
|
||||
use crate::jets::Result;
|
||||
use crate::noun::{Atom, DirectAtom, IndirectAtom, Noun, D, DIRECT_MAX, NO, T, YES};
|
||||
use crate::mem::NockStack;
|
||||
use crate::noun::{Noun};
|
||||
|
||||
use crate::serialization::{cue, jam};
|
||||
|
||||
crate::gdb!();
|
||||
|
Loading…
Reference in New Issue
Block a user