Skip to content

Commit

Permalink
Use backticks instead of single quotes to fix rustdoc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosi committed Oct 12, 2022
1 parent b8f30cb commit c99e973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/toml/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit c99e973

Please sign in to comment.