Hide ec_key module in docs because it is deprecated

This commit is contained in:
johnthagen 2017-09-28 09:28:08 -04:00
parent 2c58c39e84
commit 0f0ab2e425
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};