Removed the warning suppressor, since it is not needed anymore.

This commit is contained in:
PaddiM8 2020-05-29 23:23:50 +02:00
parent 1c65fbed08
commit e29299bdfe

View File

@ -11,7 +11,6 @@ use parser::{ParserContext, Unit};
use rustyline::error::ReadlineError;
use rustyline::Editor;
#[allow(unused_assignments)] // The compiler gives a warning that is not valid.
fn main() {
let mut parser = ParserContext::new();