mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-16 16:25:05 +01:00
remove impl std::fmt::Display for Stmt
This commit is contained in:
parent
0c201410b7
commit
3f159f644d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
use std::collections::HashMap;
|
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
|
/// A span referencing the line where a statement came from. Starts at 0
|
||||||
#[derive(Debug, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]
|
#[derive(Debug, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue