Merge pull request #118 from TheBlueMatt/2018-08-103-rebased
[rust-lightning] / src / util / mod.rs
index 8edd5c7709ccd554cad50da3822209cf053a8475..571a4dbed1010049c2cd7590df55397a221af39c 100644 (file)
@@ -1,4 +1,5 @@
 pub mod events;
+pub mod errors;
 
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20poly1305rfc;