Merge pull request #736 from johnthagen/hide-ec-key

Hide ec_key module in docs
This commit is contained in:
Steven Fackler 2017-09-28 23:56:19 -04:00 committed by GitHub
commit 1766c1d327
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![doc(hidden)]
#![deprecated(since = "0.9.2", note = "renamed to `ec`")]
pub use ec::{EcKey, EcKeyRef};