Temporarily allow all lints which occur

They will be removed one by one
This commit is contained in:
Johann Hemmann 2024-01-19 11:55:47 +01:00
parent 1889c6c686
commit 3041164301
9 changed files with 68 additions and 11 deletions

View file

@ -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,