aboutsummaryrefslogtreecommitdiff
path: root/srp/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'srp/src/lib.rs')
-rw-r--r--srp/src/lib.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs
index 375dfb3..9ce0346 100644
--- a/srp/src/lib.rs
+++ b/srp/src/lib.rs
@@ -10,12 +10,6 @@
//! srp = "0.4"
//! ```
//!
-//! and this to your crate root:
-//!
-//! ```rust
-//! extern crate srp;
-//! ```
-//!
//! Next read documentation for [`client`](client/index.html) and
//! [`server`](server/index.html) modules.
//!
@@ -60,3 +54,4 @@ pub mod client;
pub mod groups;
pub mod server;
pub mod types;
+pub mod utils;