Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass ignored lints after manual ones
Previously, when passing lint rules manually using `x clippy ..`, ignored lints would override manual ones. This change corrects the order by passing ignored lints after the manual ones. Signed-off-by: onur-ozkan <work@onurozkan.dev>
- Loading branch information