mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
flog: cargo fmt
This commit is contained in:
parent
6edd8b15dc
commit
3ef1f7c082
@ -1,8 +1,8 @@
|
|||||||
|
use crate::interpreter::Context;
|
||||||
use crate::mem::NockStack;
|
use crate::mem::NockStack;
|
||||||
use crate::noun::{Atom, IndirectAtom};
|
use crate::noun::{Atom, IndirectAtom};
|
||||||
use crate::interpreter::Context;
|
|
||||||
use std::io::{Write, Result};
|
|
||||||
use std::fmt::Arguments;
|
use std::fmt::Arguments;
|
||||||
|
use std::io::{Result, Write};
|
||||||
|
|
||||||
struct NockWriter<'s, 'b> {
|
struct NockWriter<'s, 'b> {
|
||||||
stack: &'s mut NockStack,
|
stack: &'s mut NockStack,
|
||||||
|
@ -3,8 +3,8 @@ extern crate num_derive;
|
|||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate static_assertions;
|
extern crate static_assertions;
|
||||||
pub mod guard;
|
|
||||||
pub mod flog;
|
pub mod flog;
|
||||||
|
pub mod guard;
|
||||||
pub mod hamt;
|
pub mod hamt;
|
||||||
pub mod interpreter;
|
pub mod interpreter;
|
||||||
pub mod jets;
|
pub mod jets;
|
||||||
|
Loading…
Reference in New Issue
Block a user