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 44b6709 commit 857037fCopy full SHA for 857037f
crates/wasmi/src/engine/translator/translator2/stack/mod.rs
@@ -381,7 +381,7 @@ impl Stack {
381
///
382
/// # Panics
383
384
- /// - If `depth` is out of bounds for the [`Stack`] of operands.
+ /// If `depth` is out of bounds for the [`Stack`] of operands.
385
#[must_use]
386
pub fn operand_to_temp(&mut self, depth: usize) -> Option<Operand> {
387
self.operands.operand_to_temp(depth)
0 commit comments