diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ pub mod prelude; mod constants; mod error; -mod prelude_internal; +mod internal; pub use client::Client; pub use error::{Error, Result}; |