-
Couldn't load subscription status.
- Fork 1.9k
internal: Lint debug prints and disallowed types with clippy #16470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| #[allow(clippy::large_enum_variant)] | ||
| enum CargoMessage { | ||
| CompilerArtifact(Box<cargo_metadata::Artifact>), | ||
| CompilerArtifact(cargo_metadata::Artifact), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha
a05674d to
9570522
Compare
|
@bors r+ |
Lint debug prints and disallowed types with clippy
|
💔 Test failed - checks-actions |
9570522 to
ae14328
Compare
ae14328 to
9e8a0fa
Compare
|
@bors r+ |
|
@Veykril did you want to keep this open? |
|
☀️ Test successful - checks-actions |
|
No I just forgot to r+ it after fixing the last failure |
No description provided.