mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
rustfmt with nightly options
also some other minor formatting changes
This commit is contained in:
parent
671f7d5306
commit
f8b59e6034
17 changed files with 91 additions and 291 deletions
|
|
@ -6,10 +6,9 @@ use std::rc::Rc;
|
|||
use rustc_hash::FxHashMap;
|
||||
use smol_str::SmolStr;
|
||||
|
||||
use crate::error::RuntimeError;
|
||||
|
||||
use super::lox_std::init_std;
|
||||
use super::Value;
|
||||
use crate::error::RuntimeError;
|
||||
|
||||
pub struct Runtime {
|
||||
globals: FxHashMap<SmolStr, Value>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue