mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Temporarily allow all lints which occur
They will be removed one by one
This commit is contained in:
parent
1889c6c686
commit
3041164301
9 changed files with 68 additions and 11 deletions
|
@ -261,6 +261,7 @@ impl ReleaseChannel {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::should_implement_trait)]
|
||||
pub fn from_str(str: &str) -> Option<Self> {
|
||||
Some(match str {
|
||||
"" | "stable" => ReleaseChannel::Stable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue