Skip to content

Commit

Permalink
Use with self prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner committed Jan 25, 2019
1 parent f1c19c5 commit 44b45bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/noise/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ pub mod ik;
pub mod ix;
pub mod xx;

pub use error::NoiseError;
pub use io::NoiseOutput;
pub use keys::{Curve25519, PublicKey, SecretKey, Keypair};
pub use self::error::NoiseError;
pub use self::io::NoiseOutput;
pub use self::keys::{Curve25519, PublicKey, SecretKey, Keypair};

use ik::IK;
use ix::IX;
Expand Down

0 comments on commit 44b45bd

Please sign in to comment.