Skip to content

Commit

Permalink
Fix clippy lint when feature nss is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed May 16, 2024
1 parent 978dcfb commit a3dd316
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 a3dd316

Please sign in to comment.