Missing colon

This commit is contained in:
Ansley Peduru 2018-01-07 14:15:17 -05:00
parent 15420eb44a
commit 33ec3a5784
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
//!
//! extern crate openssl;
//!
//! use openssl::rsa:Rsa;
//! use openssl::rsa::Rsa;
//! use openssl::pkey::Pkey;
//!
//! fn main() {