Skip to content

Commit

Permalink
Fixed API Doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored and theduke committed Apr 20, 2023
1 parent f64fc3d commit 35192b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/api/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ pub enum InstantiationError {
#[cfg_attr(feature = "std", error("incorrect OS or architecture"))]
DifferentArchOS,
}

#[cfg(feature = "core")]
impl std::fmt::Display for InstantiationError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "InstantiationError")
}
}

0 comments on commit 35192b6

Please sign in to comment.