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
During development it can be useful to ignore warnings temporarily.
`#![deny(warnings)]` in `lib.rs` prevents this, as it forces all
warnings to become errors.
I moved the warnings check into CI to prevent code with warnings from
being merged, while still allowing temporary warnings during
development.
0 commit comments