Skip to content

Commit fe5c838

Browse files
authored
Make ClientError public
1 parent e4cd7a2 commit fe5c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ extern crate serde_json;
1818

1919
mod sidekiq;
2020
pub use crate::sidekiq::{
21-
create_redis_pool, Client, ClientOpts, Job, JobOpts, RedisPool, RedisPooledConnection,
21+
create_redis_pool, Client, ClientError, ClientOpts, Job, JobOpts, RedisPool, RedisPooledConnection,
2222
};
2323
pub use serde_json::value::Value;

0 commit comments

Comments
 (0)