Skip to content

Commit f368801

Browse files
committed
Added missign inline annotation
1 parent 65eec85 commit f368801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ macro_rules! lazy_static {
9494
#[inline(always)]
9595
fn __static_ref_initialize() -> $T { $e }
9696

97+
#[inline(always)]
9798
unsafe fn __stability() -> &'static $T {
9899
lazy_static_create!(LAZY, $T);
99100
LAZY.get(__static_ref_initialize)

0 commit comments

Comments
 (0)