Skip to content

Commit e1e1a02

Browse files
Update src/librustdoc/markdown.rs
Co-authored-by: Michael Howell <michael@notriddle.com>
1 parent c17abf1 commit e1e1a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/markdown.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub(crate) fn test(options: Options) -> Result<(), String> {
158158
collector.set_position(DUMMY_SP);
159159
let codes = ErrorCodes::from(options.unstable_features.is_nightly_build());
160160

161-
// For markdown files, it'll be disabled until the feature is enabled by default.
161+
// For markdown files, custom code classes will be disabled until the feature is enabled by default.
162162
find_testable_code(
163163
&input_str,
164164
&mut collector,

0 commit comments

Comments
 (0)