Skip to content

Commit

Permalink
Update src/librustdoc/markdown.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howell <michael@notriddle.com>
  • Loading branch information
Manishearth and notriddle authored Sep 17, 2023
1 parent c17abf1 commit e1e1a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e1e1a02

Please sign in to comment.