Skip to content

Commit fd89197

Browse files
Fix rustdoc missing handling of remap-path-prefix option
1 parent 93ea767 commit fd89197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/core.rs

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ pub(crate) fn create_config(
195195
lint_cap,
196196
scrape_examples_options,
197197
expanded_args,
198+
remap_path_prefix,
198199
..
199200
}: RustdocOptions,
200201
RenderOptions { document_private, .. }: &RenderOptions,
@@ -247,6 +248,7 @@ pub(crate) fn create_config(
247248
describe_lints,
248249
crate_name,
249250
test,
251+
remap_path_prefix,
250252
..Options::default()
251253
};
252254

0 commit comments

Comments
 (0)