Skip to content

Commit

Permalink
Merge pull request #65 from tgeoghegan/fix-nss-clippy
Browse files Browse the repository at this point in the history
Fix clippy lint when feature `nss` is enabled
  • Loading branch information
martinthomson authored May 17, 2024
2 parents 31ad83f + a3dd316 commit 2e2525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohttp/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod nss {
opaque: Vec<String>,
/// enumerations that are turned into a module (without this, the enum is
/// mapped using the default, which means that the individual values are
/// formed with an underscore as <enum_type>_<enum_value_name>).
/// formed with an underscore as `<enum_type>_<enum_value_name>`).
#[serde(default)]
enums: Vec<String>,

Expand Down

0 comments on commit 2e2525c

Please sign in to comment.