Skip to content

Commit ccd5ec1

Browse files
committed
examples: fix redundant Vec import
1 parent 4030f86 commit ccd5ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/server.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
use std::net::{Ipv4Addr, SocketAddr};
99
use std::sync::Arc;
10-
use std::vec::Vec;
1110
use std::{env, fs, io};
1211

1312
use http::{Method, Request, Response, StatusCode};

0 commit comments

Comments
 (0)