Commit 9435baa
committed
fix(verify): drop unused Ast import to unbreak Rust CI
clippy -D unused-imports rejected the Ast trait import because Bool's
inherent methods cover everything called in this file. Removing Ast
restores compilation of the lib target, which had been blocking the
test and coverage jobs on main.1 parent 5e85b17 commit 9435baa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments