File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ impl Error {
3535 pub ( crate ) const RTL_GEN_RANDOM_FAILED : Error = internal_error ! ( 4 ) ;
3636 pub ( crate ) const FAILED_RDRAND : Error = internal_error ! ( 5 ) ;
3737 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 ) ;
4246
4347 #[ deprecated( since = "0.1.7" ) ]
4448 /// Unknown error.
You can’t perform that action at this time.
0 commit comments