This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused import warning in test on non-x86
warning: unused import: `paste::paste` --> tests/test_expr.rs:202:9 | 202 | use paste::paste; | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
- Loading branch information