Commit 113df80 1 parent 7e2f235 commit 113df80 Copy full SHA for 113df80
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
//! # Using Indoc
21
21
//!
22
22
//! ```rust
23
- #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro)]" ) ]
23
+ #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro, proc_macro_non_items )]" ) ]
24
24
#![ cfg_attr( feature = "unstable" , doc = "" ) ]
25
25
#![ cfg_attr( not( feature = "unstable" ) , doc = " #[macro_use]" ) ]
26
26
//! extern crate indoc;
41
41
//! Indoc also works with raw string literals:
42
42
//!
43
43
//! ```rust
44
- #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro)]" ) ]
44
+ #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro, proc_macro_non_items )]" ) ]
45
45
#![ cfg_attr( feature = "unstable" , doc = "" ) ]
46
46
#![ cfg_attr( not( feature = "unstable" ) , doc = " #[macro_use]" ) ]
47
47
//! extern crate indoc;
62
62
//! And byte string literals:
63
63
//!
64
64
//! ```rust
65
- #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro)]" ) ]
65
+ #![ cfg_attr( feature = "unstable" , doc = " #![feature(proc_macro, proc_macro_non_items )]" ) ]
66
66
#![ cfg_attr( feature = "unstable" , doc = "" ) ]
67
67
#![ cfg_attr( not( feature = "unstable" ) , doc = " #[macro_use]" ) ]
68
68
//! extern crate indoc;
You can’t perform that action at this time.
0 commit comments