We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c7163 commit 3fbbca6Copy full SHA for 3fbbca6
Cargo.toml
@@ -30,7 +30,7 @@ into_bits = []
30
libcore_neon = []
31
32
[dev-dependencies]
33
-paste = "^0.1.3"
+paste = "^1"
34
arrayvec = { version = "^0.5", default-features = false }
35
36
[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
src/api/bit_manip.rs
@@ -34,7 +34,7 @@ macro_rules! impl_bit_manip {
test_if! {
$test_tt:
37
- paste::item_with_macros! {
+ paste::item! {
38
#[allow(overflowing_literals)]
39
pub mod [<$id _bit_manip>] {
40
#![allow(const_item_mutation)]
src/api/swap_bytes.rs
@@ -76,7 +76,7 @@ macro_rules! impl_swap_bytes {
76
77
78
79
80
pub mod [<$id _swap_bytes>] {
81
use super::*;
82
0 commit comments