Skip to content

Commit

Permalink
I really liked the idea of enum approach but very much fed up with fi…
Browse files Browse the repository at this point in the history
…ghting the borrow checker #52
  • Loading branch information
mverleg committed May 30, 2018
1 parent d3426ec commit 7aeb9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(nll)]

extern crate core;
#[macro_use]
extern crate lazy_static;
Expand Down
2 changes: 0 additions & 2 deletions src/mango/lexing/code_lexer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(nll)]

use mango::io::typ::Reader;
use mango::io::typ::ReaderResult::*;
use mango::lexing::string_lexer::StringLexer;
Expand Down

0 comments on commit 7aeb9ff

Please sign in to comment.