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,