We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17abf1 commit e1e1a02Copy full SHA for e1e1a02
src/librustdoc/markdown.rs
@@ -158,7 +158,7 @@ pub(crate) fn test(options: Options) -> Result<(), String> {
158
collector.set_position(DUMMY_SP);
159
let codes = ErrorCodes::from(options.unstable_features.is_nightly_build());
160
161
- // 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.
162
find_testable_code(
163
&input_str,
164
&mut collector,
0 commit comments