Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer committed Apr 8, 2021
1 parent 5d3c1f1 commit 0570d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_echo.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::collections::VecDeque;
use std::net::TcpListener;
use std::os::unix::io::{AsRawFd, RawFd};
use std::{io, ptr};
use std::collections::VecDeque;

use io_uring::{opcode, squeue, types, IoUring, SubmissionQueue};
use slab::Slab;
Expand Down

0 comments on commit 0570d59

Please sign in to comment.