Merge pull request #745 from johnthagen/patch-1
Hide deprecated crypto module from docs
This commit is contained in:
commit
91455bc09c
|
|
@ -1,3 +1,5 @@
|
|||
#![doc(hidden)]
|
||||
#![deprecated(since = "0.9.20")]
|
||||
use string::OpensslString;
|
||||
|
||||
#[deprecated(note = "renamed to OpensslString", since = "0.9.7")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue