Auto merge of #11221 - arlosi:fixci, r=weihanglo

Fix rustdoc warning about unclosed HTML tag

nightly rustdoc is warning about `<name>` being an unclosed HTML tag. Fix by using backticks instead of single quotes.
This commit is contained in:
bors 2022-10-12 15:14:38 +00:00
commit 35162068fb

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