diff options
Diffstat (limited to 'src/syntax/mod.rs')
| -rw-r--r-- | src/syntax/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 596291a5..a9fe7c2e 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -37,9 +37,9 @@ impl Debug for Ident { #[cfg(test)] mod tests { - use std::fmt::Debug; - use crate::prelude::*; use super::span; + use crate::prelude::*; + use std::fmt::Debug; /// Assert that expected and found are equal, printing both and panicking /// and the source of their test case if they aren't. |
