You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
The latter one might cause problems with us having a library crate because some dependencies are only used in the binary or library. One example that comes to my mind is clap. Thus, as part of enabling this, we probably need to split our workspace into:
maker
taker
some-common-library
To enable the lints across all crates in our workspace, take some inspiration from this PR: EmbarkStudios/rust-ecosystem#68.
The text was updated successfully, but these errors were encountered:
These lints look interesting to enable as
warn
:The latter one might cause problems with us having a library crate because some dependencies are only used in the binary or library. One example that comes to my mind is
clap
. Thus, as part of enabling this, we probably need to split our workspace into:maker
taker
To enable the lints across all crates in our workspace, take some inspiration from this PR: EmbarkStudios/rust-ecosystem#68.
The text was updated successfully, but these errors were encountered: