Update src/librustdoc/markdown.rs

Co-authored-by: Michael Howell <michael@notriddle.com>
This commit is contained in:
Manish Goregaokar 2023-09-17 18:43:54 +00:00 committed by GitHub
parent c17abf124c
commit e1e1a02f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,