Skip to content

Commit 1231487

Browse files
committed
Fix benches
Add import to fix the benchmarks. Just allow the lint to pass ignoring the large error return size.
1 parent 6b78b5a commit 1231487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmarks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ mod compiler_benches {
305305
use crate::policy::compiler::CompilerError;
306306
use crate::policy::Concrete;
307307
use crate::prelude::*;
308-
use crate::Error;
308+
use crate::{Error, Miniscript};
309309

310310
type TapMsRes = Result<Miniscript<String, Tap>, CompilerError>;
311311
type TapDesc = Result<Descriptor<String>, Error>;

0 commit comments

Comments
 (0)