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
Embark uses a standard set of lints across all repositories. We just upgraded
to version 0.3 of these lints, and this repository needs to be updated to
the new set of lints with any warnings fixed.
Steps
Copy the contents of the lints.rs file from EmbarkStudios/rust-ecosystem and replace the old list of lints in the src/lib.rs and/or src/main.rs files with the new list.
Run cargo clippy
Update and fix any code that now triggers a new warning.
The text was updated successfully, but these errors were encountered:
Embark uses a standard set of lints across all repositories. We just upgraded
to version 0.3 of these lints, and this repository needs to be updated to
the new set of lints with any warnings fixed.
Steps
lints.rs
file fromEmbarkStudios/rust-ecosystem and replace the old list of lints in the
src/lib.rs
and/orsrc/main.rs
files with the new list.cargo clippy
The text was updated successfully, but these errors were encountered: