]> git.proxmox.com Git - cargo.git/commitdiff
Use backticks instead of single quotes to fix rustdoc CI
authorArlo Siemsen <arsiem@microsoft.com>
Wed, 12 Oct 2022 15:07:15 +0000 (10:07 -0500)
committerArlo Siemsen <arsiem@microsoft.com>
Wed, 19 Oct 2022 19:07:32 +0000 (14:07 -0500)
src/cargo/util/toml/mod.rs

index ee9bbd383bada301f1d269f2038d258a1f979484..13478e02915dad9533ec17e84085bc142fe9f9b4 100644 (file)
@@ -381,7 +381,7 @@ pub struct DetailedTomlDependency<P: Clone = String> {
     package: Option<String>,
     public: Option<bool>,
 
-    /// One ore more of 'bin', 'cdylib', 'staticlib', 'bin:<name>'.
+    /// One or more of `bin`, `cdylib`, `staticlib`, `bin:<name>`.
     artifact: Option<StringOrVec>,
     /// If set, the artifact should also be a dependency
     lib: Option<bool>,