Skip to content

Commit 8111493

Browse files
committed
fix clippy
1 parent a55619c commit 8111493

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/jsonb/src/value.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
use std::borrow::Cow;
1616
use std::collections::BTreeMap;
17+
use std::fmt;
1718
use std::fmt::Debug;
1819
use std::fmt::Display;
1920
use std::fmt::Formatter;
20-
use std::fmt::{self};
21-
use std::io::Write;
2221
use std::ops::Neg;
2322

2423
use decimal_rs::Decimal;

0 commit comments

Comments
 (0)