Use backticks instead of single quotes to fix rustdoc CI

This commit is contained in:
Arlo Siemsen 2022-10-12 10:07:15 -05:00
parent 90b6fdb3f5
commit b005e9b183
1 changed files with 1 additions and 1 deletions

View 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>,