Merge pull request #745 from johnthagen/patch-1

Hide deprecated crypto module from docs
This commit is contained in:
Steven Fackler 2017-09-30 18:42:37 -07:00 committed by GitHub
commit 91455bc09c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![doc(hidden)]
#![deprecated(since = "0.9.20")]
use string::OpensslString; use string::OpensslString;
#[deprecated(note = "renamed to OpensslString", since = "0.9.7")] #[deprecated(note = "renamed to OpensslString", since = "0.9.7")]