Skip to content

Commit 7c886e2

Browse files
committed
Force inline fetch_hot
1 parent f7eea9d commit 7c886e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/fetch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ where
6161
}
6262
}
6363

64-
#[inline]
64+
#[inline(always)]
6565
fn fetch_hot<'db>(
6666
&'db self,
6767
zalsa: &'db Zalsa,

0 commit comments

Comments
 (0)