Skip to content

Commit 3f63280

Browse files
committed
reenable searching
I'm not sure why it was disabled in the first place, but it started affecting users after #496 was merged.
1 parent d5b3b08 commit 3f63280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docbuilder/rustwide_builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ impl RustwideBuilder {
388388
format!("-{}", parse_rustc_version(&self.rustc_version)?),
389389
"--static-root-path".to_string(),
390390
"/".to_string(),
391-
"--disable-per-crate-search".to_string(),
392391
];
393392
for dep in &cargo_metadata.root_dependencies() {
394393
rustdoc_flags.push("--extern-html-root-url".to_string());

0 commit comments

Comments
 (0)