Skip to content

Commit

Permalink
fix(middlewares): Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 22, 2024
1 parent e1ed036 commit a82a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middlewares/src/metering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl fmt::Debug for MeteringGlobalIndexes {
///
/// ```rust
/// use std::sync::Arc;
/// use wasmer::{wasmparser::Operator, CompilerConfig};
/// use wasmer::{wasmparser::Operator, sys::CompilerConfig};
/// use wasmer_middlewares::Metering;
///
/// fn create_metering_middleware(compiler_config: &mut dyn CompilerConfig) {
Expand Down

0 comments on commit a82a22e

Please sign in to comment.