Merge pull request #736 from johnthagen/hide-ec-key
Hide ec_key module in docs
This commit is contained in:
commit
1766c1d327
|
|
@ -1,3 +1,4 @@
|
|||
#![doc(hidden)]
|
||||
#![deprecated(since = "0.9.2", note = "renamed to `ec`")]
|
||||
|
||||
pub use ec::{EcKey, EcKeyRef};
|
||||
|
|
|
|||
Loading…
Reference in New Issue