Skip to content

Commit 99ae618

Browse files
committed
Add fake-ish tracking issue so that we can pass tidy
1 parent 291fea1 commit 99ae618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ declare_features! (
341341
/// Allows using the `rustdoc::missing_doc_code_examples` lint
342342
(unstable, rustdoc_missing_doc_code_examples, "1.31.0", Some(101730)),
343343
/// Allows using the `#[doc(math_syntax)]` and `#[doc(no_math_syntax)]` crate attributes
344-
(unstable, rustdoc_texmath, "CURRENT_RUSTC_VERSION", None),
344+
(unstable, rustdoc_texmath, "CURRENT_RUSTC_VERSION", Some(34261)),
345345
/// Introduces a hierarchy of `Sized` traits (RFC 3729).
346346
(unstable, sized_hierarchy, "1.89.0", Some(144404)),
347347
/// Allows using `#[structural_match]` which indicates that a type is structurally matchable.

0 commit comments

Comments
 (0)