Skip to content

Commit 90a1247

Browse files
committed
remove unnecessary expect attr
1 parent ac75c58 commit 90a1247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/wasmi/src/engine/code_map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ impl EngineFuncSpan {
139139
/// Returns the `u32` index of the [`EngineFunc`] in `self` if any.
140140
///
141141
/// Returns `None` if `func` is not contained in `self`.
142-
#[expect(unused)]
143142
pub fn position(&self, func: EngineFunc) -> Option<u32> {
144143
debug_assert!(self.start <= self.end);
145144
if func < self.start || func >= self.end {

0 commit comments

Comments
 (0)