Skip to content

Commit

Permalink
Make HANDLE_STILL public
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jul 15, 2017
1 parent eafccc8 commit c2cf691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use ::model::event::*;
#[cfg(feature="framework")]
use ::framework::Framework;

static HANDLE_STILL: AtomicBool = ATOMIC_BOOL_INIT;
pub static HANDLE_STILL: AtomicBool = ATOMIC_BOOL_INIT;

/// The Client is the way to be able to start sending authenticated requests
/// over the REST API, as well as initializing a WebSocket connection through
Expand Down

0 comments on commit c2cf691

Please sign in to comment.