Skip to content

Commit c28827e

Browse files
committed
fix: add #![feature(likely_unlikely)]
Signed-off-by: Godones <chenlinfeng25@outlook.com>
1 parent ff77498 commit c28827e

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
@@ -1,3 +1,4 @@
1+
#![feature(likely_unlikely)]
12
#![cfg_attr(not(test), no_std)]
23
#![cfg_attr(docsrs, feature(doc_cfg))]
34
#![feature(cold_path)]

0 commit comments

Comments
 (0)