Skip to content

Commit

Permalink
Merge pull request #12 from liaden/patch-1
Browse files Browse the repository at this point in the history
Make ClientError public
  • Loading branch information
spk authored Jan 6, 2021
2 parents e4cd7a2 + fe5c838 commit 44c2998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extern crate serde_json;

mod sidekiq;
pub use crate::sidekiq::{
create_redis_pool, Client, ClientOpts, Job, JobOpts, RedisPool, RedisPooledConnection,
create_redis_pool, Client, ClientError, ClientOpts, Job, JobOpts, RedisPool, RedisPooledConnection,
};
pub use serde_json::value::Value;

0 comments on commit 44c2998

Please sign in to comment.