We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remap-path-prefix
1 parent 93ea767 commit fd89197Copy full SHA for fd89197
src/librustdoc/core.rs
@@ -195,6 +195,7 @@ pub(crate) fn create_config(
195
lint_cap,
196
scrape_examples_options,
197
expanded_args,
198
+ remap_path_prefix,
199
..
200
}: RustdocOptions,
201
RenderOptions { document_private, .. }: &RenderOptions,
@@ -247,6 +248,7 @@ pub(crate) fn create_config(
247
248
describe_lints,
249
crate_name,
250
test,
251
252
..Options::default()
253
};
254
0 commit comments