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
ensure-stubs-compile: Deny all warnings except new_without_default (#1030)
We don't find it too useful to have students implement Default;
in the context of these exercises it's just busywork.
All other warnings in stubs have been dealt with, and we find it useful
to ensure there are no further ones.
Closes#659
This is appropriate because:
* stubs and tests are now ensured to have no Clippy warnings or errors
* examples are ensured to have no errors, and we're unconcerned about
them having warnings since students don't see them
* rustfmt is enforced
0 commit comments