We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b78b5a commit 1231487Copy full SHA for 1231487
src/benchmarks.rs
@@ -305,7 +305,7 @@ mod compiler_benches {
305
use crate::policy::compiler::CompilerError;
306
use crate::policy::Concrete;
307
use crate::prelude::*;
308
- use crate::Error;
+ use crate::{Error, Miniscript};
309
310
type TapMsRes = Result<Miniscript<String, Tap>, CompilerError>;
311
type TapDesc = Result<Descriptor<String>, Error>;
0 commit comments