Skip to content

Commit

Permalink
chore: fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 4, 2024
1 parent 5fbdfeb commit 51f7c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#![allow(unused_variables)] // because we need them for feature-gated logger

use std::collections::HashMap;
use std::fmt::{Debug, Display, Formatter};
use std::os::unix::io::{AsRawFd, RawFd};
Expand Down

0 comments on commit 51f7c65

Please sign in to comment.