mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +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
@ -87,6 +87,7 @@ mod macros;
|
|||||||
pub mod ty_match;
|
pub mod ty_match;
|
||||||
|
|
||||||
#[cfg(feature = "macros")]
|
#[cfg(feature = "macros")]
|
||||||
|
#[doc(hidden)]
|
||||||
pub mod spec_error;
|
pub mod spec_error;
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user