We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b6fdb commit b005e9bCopy full SHA for b005e9b
src/cargo/util/toml/mod.rs
@@ -381,7 +381,7 @@ pub struct DetailedTomlDependency<P: Clone = String> {
381
package: Option<String>,
382
public: Option<bool>,
383
384
- /// One ore more of 'bin', 'cdylib', 'staticlib', 'bin:<name>'.
+ /// One or more of `bin`, `cdylib`, `staticlib`, `bin:<name>`.
385
artifact: Option<StringOrVec>,
386
/// If set, the artifact should also be a dependency
387
lib: Option<bool>,
0 commit comments