Skip to content

Commit

Permalink
remove an unknown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 30, 2024
1 parent 90ec12c commit 83e47b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ impl<'de> Deserialize<'de> for ApiKey {
formatter.write_str("struct ApiKey")
}

#[allow(dependency_on_unit_never_type_fallback)]
fn visit_map<V>(self, mut map: V) -> Result<ApiKey, V::Error>
where
V: MapAccess<'de>,
Expand Down

0 comments on commit 83e47b2

Please sign in to comment.