File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,6 @@ pub(crate) struct Options {
163
163
/// the compiler will scrape examples and not generate documentation.
164
164
pub ( crate ) scrape_examples_options : Option < ScrapeExamplesOptions > ,
165
165
166
- /// Whether to generate documentation for tests.
167
- pub ( crate ) document_tests : bool ,
168
-
169
166
/// Note: this field is duplicated in `RenderOptions` because it's useful
170
167
/// to have it in both places.
171
168
pub ( crate ) unstable_features : rustc_feature:: UnstableFeatures ,
@@ -219,7 +216,6 @@ impl fmt::Debug for Options {
219
216
. field ( "remap-file-prefix" , & self . remap_path_prefix )
220
217
. field ( "nocapture" , & self . nocapture )
221
218
. field ( "scrape_examples_options" , & self . scrape_examples_options )
222
- . field ( "document_tests" , & self . document_tests )
223
219
. field ( "unstable_features" , & self . unstable_features )
224
220
. finish ( )
225
221
}
@@ -824,7 +820,6 @@ impl Options {
824
820
output_format,
825
821
json_unused_externs,
826
822
scrape_examples_options,
827
- document_tests,
828
823
unstable_features,
829
824
expanded_args : args,
830
825
} ;
You can’t perform that action at this time.
0 commit comments