We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af9bea commit 073de51Copy full SHA for 073de51
1 file changed
src/lib.rs
@@ -55,6 +55,8 @@
55
56
#![no_std]
57
#![forbid(unsafe_code)]
58
+// TODO(0.3.0): migrate #[autoversion] functions from SimdToken to ScalarToken
59
+#![allow(deprecated)]
60
61
#[cfg(feature = "imgref")]
62
extern crate alloc;
0 commit comments