File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ pub mod parse;
430430pub mod parse_macro_input;
431431
432432// Not public API except the `parse_quote!` macro.
433- #[ cfg( feature = "parsing" ) ]
433+ #[ cfg( all ( feature = "parsing" , feature = "printing" ) ) ]
434434#[ doc( hidden) ]
435435pub mod parse_quote;
436436
Original file line number Diff line number Diff line change 2424/// }
2525/// ```
2626///
27- /// *This macro is available only if Syn is built with the `"parsing"` feature,
28- /// although interpolation of syntax tree nodes into the quoted tokens is only
29- /// supported if Syn is built with the `"printing"` feature as well.*
27+ /// *This macro is available only if Syn is built with both the `"parsing"` and
28+ /// `"printing"` features.*
3029///
3130/// # Example
3231///
You can’t perform that action at this time.
0 commit comments