diff --git a/src/stmt.rs b/src/stmt.rs index 782cc71..49d5738 100644 --- a/src/stmt.rs +++ b/src/stmt.rs @@ -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)]