mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
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.
This commit is contained in:
parent
f2fea27cba
commit
1e526a2bbf
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ mod macros;
|
|||
pub mod ty_match;
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
#[doc(hidden)]
|
||||
pub mod spec_error;
|
||||
|
||||
#[doc(hidden)]
|
||||
|
|
Loading…
Reference in a new issue