Skip to content

Commit f1afba8

Browse files
authored
Merge pull request trashbyte#2 from realKennyStrawn93/patch-2
Change feature gate to match macro rename
2 parents 38285e1 + 24a617b commit f1afba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#![doc(html_root_url = "https://docs.rs/tinypci")]
66

7-
#![feature(asm)]
7+
#![feature(llvm_asm)]
88

99
#![cfg_attr(not(feature="std"), no_std)]
1010

0 commit comments

Comments
 (0)