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.
2 parents d60e54f + c594a74 commit f557369Copy full SHA for f557369
src/docbuilder/rustwide_builder.rs
@@ -442,6 +442,8 @@ impl RustwideBuilder {
442
format!("-{}", parse_rustc_version(&self.rustc_version)?),
443
"--static-root-path".to_string(),
444
"/".to_string(),
445
+ "--cap-lints".to_string(),
446
+ "warn".to_string(),
447
];
448
for dep in &cargo_metadata.root_dependencies() {
449
rustdoc_flags.push("--extern-html-root-url".to_string());
0 commit comments