Skip to content

Commit 160a47c

Browse files
committed
Add document for rust-lang/rust#54726
1 parent c510c9a commit 160a47c

File tree

1 file changed

+3
-0
lines changed
  • katexit-example-nightly/src

1 file changed

+3
-0
lines changed

katexit-example-nightly/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#![feature(prelude_import, custom_inner_attributes)]
22
#![cfg_attr(doc, katexit::katexit)]
33
//! Module level document example with $\KaTeX$!
4+
//!
5+
//! This requires nightly rustc for using [custom_inner_attributes](https://github.com/rust-lang/rust/issues/54726)
6+
//!
47
58
#[cfg_attr(doc, katexit::katexit)]
69
/// We can write $\LaTeX$ expressions

0 commit comments

Comments
 (0)