mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-23 05:28:34 +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::error::ReadlineError;
|
||||||
use rustyline::Editor;
|
use rustyline::Editor;
|
||||||
|
|
||||||
#[allow(unused_assignments)] // The compiler gives a warning that is not valid.
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut parser = ParserContext::new();
|
let mut parser = ParserContext::new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user