This repository has been archived by the owner on Sep 12, 2023. 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.
Configure global lints in .cargo/config
In the absence of a way to configure lints across a workspace, we use a technique described in EmbarkStudios/rust-ecosystem#68. This allows us to move the lints that should unconditionally apply to all crates to this one config, unblocking the split up of the mega crate into multiple smaller ones.
- Loading branch information