Skip to content

Commit

Permalink
apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed May 23, 2024
1 parent 13646c5 commit ddea3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/wasmi/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ pub enum ErrorKind {
/// A trap as defined by the WebAssembly specification.
Host(Box<dyn HostError>),
/// An error stemming from a host function call with resumable state information.
///
///
/// # Note
///
///
/// This variant is meant for internal uses only in order to store data necessary
/// to resume a call after a host function returned an error. This should never
/// actually reach user code thus we hide its documentation.
Expand Down

0 comments on commit ddea3b8

Please sign in to comment.