Skip to content

Commit 1e526a2

Browse files
authored
doc: hide spec_error module (#3376)
The `spec_error` module implements the autoref specialization hack that's used in a single place in the derive macros. It wasn't meant to be a public API. Given how arcane it must appear, I doubt anyone's tried using it outside of this project anyway.
1 parent f2fea27 commit 1e526a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ mod macros;
8787
pub mod ty_match;
8888

8989
#[cfg(feature = "macros")]
90+
#[doc(hidden)]
9091
pub mod spec_error;
9192

9293
#[doc(hidden)]

0 commit comments

Comments
 (0)