Skip to content

Commit

Permalink
Remove extraneous #[instrument]
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Crichton <[email protected]>
  • Loading branch information
alexcrichton committed Mar 18, 2024
1 parent 4a022e1 commit 012dda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ impl<T: OutboundWasiHttpHandler + Send + Sync> Engine<T> {
}

/// Returns the type of this component to reflect on it at runtime.
#[instrument(skip_all)]
pub fn component_type(&self, component: &Component) -> Result<ComponentType> {
// NB: With Wasmtime 20 and bytecodealliance/wasmtime#8078 this method
// should probably be removed to just use that instead.
Expand Down

0 comments on commit 012dda8

Please sign in to comment.