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 073b903 commit 89336f1Copy full SHA for 89336f1
crates/metadata/lib.rs
@@ -113,7 +113,7 @@ pub struct Metadata {
113
/// Whether to pass `--no-default-features` to `cargo`.
114
//
115
/// By default, Docs.rs will build default features.
116
- /// Set `no-default-fatures` to `true` if you want to build only certain features.
+ /// Set `no-default-features` to `true` if you want to build only certain features.
117
#[serde(default)]
118
no_default_features: bool,
119
0 commit comments