mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Update src/librustdoc/markdown.rs
Co-authored-by: Michael Howell <michael@notriddle.com>
This commit is contained in:
parent
c17abf124c
commit
e1e1a02f52
@ -158,7 +158,7 @@ pub(crate) fn test(options: Options) -> Result<(), String> {
|
||||
collector.set_position(DUMMY_SP);
|
||||
let codes = ErrorCodes::from(options.unstable_features.is_nightly_build());
|
||||
|
||||
// For markdown files, it'll be disabled until the feature is enabled by default.
|
||||
// For markdown files, custom code classes will be disabled until the feature is enabled by default.
|
||||
find_testable_code(
|
||||
&input_str,
|
||||
&mut collector,
|
||||
|
Loading…
Reference in New Issue
Block a user