mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-07 05:59:03 +01:00
Removed the warning suppressor, since it is not needed anymore.
This commit is contained in:
parent
1c65fbed08
commit
e29299bdfe
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user