Hide deprecated crypto module from docs

This commit is contained in:
johnthagen 2017-09-30 12:06:09 -04:00 committed by GitHub
parent 1766c1d327
commit b078c67dbb
1 changed files with 1 additions and 0 deletions

View File

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