From a3dd316c4432fe1eb90f0310b12e677c14d9a2e4 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Thu, 16 May 2024 08:40:04 -0700 Subject: [PATCH] Fix clippy lint when feature `nss` is enabled This was causing CI failures as in [1]. [1]: https://github.com/martinthomson/ohttp/actions/runs/9104919358/job/25029611078 --- ohttp/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohttp/build.rs b/ohttp/build.rs index f482098..1c01e3f 100644 --- a/ohttp/build.rs +++ b/ohttp/build.rs @@ -37,7 +37,7 @@ mod nss { opaque: Vec, /// 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 _). + /// formed with an underscore as `_`). #[serde(default)] enums: Vec,