diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-04 13:41:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 22:41:16 -0400 |
commit | f5274072870558973f70b7fad30c078647790d6c (patch) | |
tree | 604e22e18315ed44adad980c2a42f46aeafbf076 /cli/diagnostics.rs | |
parent | 0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff) |
clippy (#4618)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index aaa6a1227..d73004b21 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -9,7 +9,6 @@ use crate::colors; use crate::fmt_errors::format_maybe_source_line; use crate::fmt_errors::format_maybe_source_name; use crate::fmt_errors::DisplayFormatter; -use serde_json; use serde_json::value::Value; use std::error::Error; use std::fmt; |