Fix rustdoc missing handling of remap-path-prefix
option
This commit is contained in:
parent
93ea767e29
commit
fd89197d1b
@ -195,6 +195,7 @@ pub(crate) fn create_config(
|
||||
lint_cap,
|
||||
scrape_examples_options,
|
||||
expanded_args,
|
||||
remap_path_prefix,
|
||||
..
|
||||
}: RustdocOptions,
|
||||
RenderOptions { document_private, .. }: &RenderOptions,
|
||||
@ -247,6 +248,7 @@ pub(crate) fn create_config(
|
||||
describe_lints,
|
||||
crate_name,
|
||||
test,
|
||||
remap_path_prefix,
|
||||
..Options::default()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user