hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
218 stars 20 forks source link

Remove unused macro import to eliminate the warning. #80

Closed choleraehyq closed 7 years ago

choleraehyq commented 7 years ago
warning: unused `#[macro_use]` import
 --> src/test-server.rs:3:1
  |
3 | #[macro_use] extern crate log;
  | ^^^^^^^^^^^^
  |
  = note: #[warn(unused_imports)] on by default