Skip to content

Commit c99e973

Browse files
committed
Use backticks instead of single quotes to fix rustdoc CI
1 parent b8f30cb commit c99e973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ pub struct DetailedTomlDependency<P: Clone = String> {
381381
package: Option<String>,
382382
public: Option<bool>,
383383

384-
/// One ore more of 'bin', 'cdylib', 'staticlib', 'bin:<name>'.
384+
/// One or more of `bin`, `cdylib`, `staticlib`, `bin:<name>`.
385385
artifact: Option<StringOrVec>,
386386
/// If set, the artifact should also be a dependency
387387
lib: Option<bool>,

0 commit comments

Comments
 (0)