Skip to content

Commit e94bf6e

Browse files
committed
Remove redundant import statement
Clippy emits: warning: this import is redundant As suggested, remove the redundant import.
1 parent 77eb4a3 commit e94bf6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use crate::miniscript::context;
2-
use bitcoin;
32
use bitcoin::blockdata::script;
43
use bitcoin::Script;
54

0 commit comments

Comments
 (0)