Skip to content

Commit

Permalink
Merge pull request #286 from matthiasbeyer/fix-clippy
Browse files Browse the repository at this point in the history
Fix clippy: Allow upper case acronym here
  • Loading branch information
matthiasbeyer authored Apr 9, 2021
2 parents 9e865ad + ce70caf commit 9750d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ pub struct NetworkEntry {
}

#[derive(Clone, Debug, Serialize, Deserialize)]
#[allow(clippy::upper_case_acronyms)]
pub struct EndpointIPAMConfig {
#[serde(rename = "IPv4Address")]
pub ipv4_address: String,
Expand Down

0 comments on commit 9750d29

Please sign in to comment.