remove impl std::fmt::Display for Stmt

This commit is contained in:
nora 2021-09-19 14:24:48 +02:00
parent 0c201410b7
commit 3f159f644d

View file

@ -1,5 +1,5 @@
use std::collections::HashMap;
ouse std::num::ParseIntError;
use std::num::ParseIntError;
/// A span referencing the line where a statement came from. Starts at 0
#[derive(Debug, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]