Skip to content

Commit a3d8961

Browse files
committed
Fix ci
1 parent 01b6e99 commit a3d8961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg_attr(nightly_build, fn_ptr_trait)]
2-
#![cfg_attr(feature = "abi_vectorcall", feature(abi_vectorcall))]
2+
#![cfg_attr(has_abi_vectorcall, feature(abi_vectorcall))]
33
#![warn(clippy::pedantic, missing_docs)]
44
#![no_std]
55

0 commit comments

Comments
 (0)