File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ impl Error {
35
35
pub ( crate ) const RTL_GEN_RANDOM_FAILED : Error = internal_error ! ( 4 ) ;
36
36
pub ( crate ) const FAILED_RDRAND : Error = internal_error ! ( 5 ) ;
37
37
pub ( crate ) const NO_RDRAND : Error = internal_error ! ( 6 ) ;
38
- pub ( crate ) const BINDGEN_CRYPTO_UNDEF : Error = internal_error ! ( 7 ) ;
39
- pub ( crate ) const BINDGEN_GRV_UNDEF : Error = internal_error ! ( 8 ) ;
40
- pub ( crate ) const STDWEB_NO_RNG : Error = internal_error ! ( 9 ) ;
41
- pub ( crate ) const STDWEB_RNG_FAILED : Error = internal_error ! ( 10 ) ;
38
+ #[ doc( hidden) ]
39
+ pub const BINDGEN_CRYPTO_UNDEF : Error = internal_error ! ( 7 ) ;
40
+ #[ doc( hidden) ]
41
+ pub const BINDGEN_GRV_UNDEF : Error = internal_error ! ( 8 ) ;
42
+ #[ doc( hidden) ]
43
+ pub const STDWEB_NO_RNG : Error = internal_error ! ( 9 ) ;
44
+ #[ doc( hidden) ]
45
+ pub const STDWEB_RNG_FAILED : Error = internal_error ! ( 10 ) ;
42
46
43
47
#[ deprecated( since = "0.1.7" ) ]
44
48
/// Unknown error.
You can’t perform that action at this time.
0 commit comments