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
The main reason this breaks seems to be that nightly is now emitting unused imports as warnings, which there are several of shown in my testing below. I've included a sample invocation, but if you need any further information please let me know! Builds for uploads-im-client-rs are going to break because I decided to include a cargo doc --verbose command. I would love to keep my CI more rigorous, but I can't because of this issue!
winapi itself actually does #![deny(unused)] but it should only ever affect building winapi directly, because cargo caps the lints on crates when they are merely a dependency.
However there is a very serious bug here in that some imports are being considered unused, but only when building documentation. I'll file an upstream bug to find out what the heck is going on.
Uh oh!
There was an error while loading. Please reload this page.
The main reason this breaks seems to be that nightly is now emitting unused imports as warnings, which there are several of shown in my testing below. I've included a sample invocation, but if you need any further information please let me know! Builds for
uploads-im-client-rs
are going to break because I decided to include acargo doc --verbose
command. I would love to keep my CI more rigorous, but I can't because of this issue!Log output
The text was updated successfully, but these errors were encountered: