aerospike-client-rust
aerospike-client-rust copied to clipboard
Macro rule should be replaced after updating to 1.42.0
In tests/src/task.rs1
#[macro_export]
macro_rules! matches_override {
($expression:expr, $($pattern:tt)+) => {
match $expression {
$($pattern)+ => true,
_ => false
}
}
}
Should be replaced with default match macro https://doc.rust-lang.org/beta/std/macro.matches.html