Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benashford committed Apr 11, 2016
1 parent 8085370 commit ef8d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl Client {
#[cfg(test)]
pub mod tests {
extern crate env_logger;
extern crate regex;
pub extern crate regex;

use std::env;

Expand Down

0 comments on commit ef8d676

Please sign in to comment.