Closed jacklberk closed 1 year ago
In tests/src/task.rs1
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
match
Closing as done.
Fix already released long ago.
In
tests/src/task.rs1
Should be replaced with default
match
macro https://doc.rust-lang.org/beta/std/macro.matches.html