Skip to content

Conversation

@rami3l
Copy link
Member

@rami3l rami3l commented Nov 27, 2025

This avoids the following regression:

> rustup component remove rust-analyzer
info: removing component rust-analyzer
info: downloading component(s)

…llEvents`

This avoids the following regression:

```console
> rustup component remove rust-analyzer
info: removing component rust-analyzer
info: downloading component(s)
```
@rami3l rami3l requested review from ChrisDenton and djc November 27, 2025 20:46
use serde::Deserialize;
use thiserror::Error as ThisError;
use tracing::{debug, error, info, trace, warn};
use tracing::{debug, info, trace, warn};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why this wasn't linted before. Toolchain bug?

@rami3l rami3l enabled auto-merge November 27, 2025 21:03
@rami3l rami3l added this pull request to the merge queue Nov 27, 2025
Merged via the queue into rust-lang:main with commit 4317c3e Nov 27, 2025
29 checks passed
@rami3l rami3l deleted the fix/unnecessary-downloading-msg branch November 27, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants