File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -813,14 +813,6 @@ mod print;
813
813
814
814
////////////////////////////////////////////////////////////////////////////////
815
815
816
- // https://github.com/rust-lang/rust/issues/62830
817
- #[ cfg( feature = "parsing" ) ]
818
- mod rustdoc_workaround {
819
- pub use crate :: parse:: { self as parse_module} ;
820
- }
821
-
822
- ////////////////////////////////////////////////////////////////////////////////
823
-
824
816
mod error;
825
817
pub use crate :: error:: { Error , Result } ;
826
818
Original file line number Diff line number Diff line change 4
4
/// Refer to the [`parse` module] documentation for more details about parsing
5
5
/// in Syn.
6
6
///
7
- /// [`parse` module]: crate::rustdoc_workaround::parse_module
7
+ /// [`parse` module]: mod@ crate::parse
8
8
///
9
9
/// <br>
10
10
///
51
51
/// This macro can also be used with the [`Parser` trait] for types that have
52
52
/// multiple ways that they can be parsed.
53
53
///
54
- /// [`Parser` trait]: crate::rustdoc_workaround::parse_module ::Parser
54
+ /// [`Parser` trait]: crate::parse ::Parser
55
55
///
56
56
/// ```
57
57
/// # extern crate proc_macro;
You can’t perform that action at this time.
0 commit comments