rustfmt previous commit
This commit is contained in:
parent
dc6342bc74
commit
ca9f755d50
10 changed files with 144 additions and 123 deletions
|
|
@ -62,7 +62,7 @@ fn main() {
|
|||
match user_doc {
|
||||
Ok(line) => {
|
||||
rl.add_history_entry(line.as_str());
|
||||
let l = line.as_str().to_owned();
|
||||
let l = line.as_str().to_owned();
|
||||
|
||||
match lex(&l) {
|
||||
Ok(a) => match eval(&a, &mut syms) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue