automatic cargo CI changes
This commit is contained in:
parent
a10bdc9015
commit
f9765023d5
|
@ -7,7 +7,6 @@ use std::{
|
||||||
mod pool;
|
mod pool;
|
||||||
use pool::ThreadPool;
|
use pool::ThreadPool;
|
||||||
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Starting the server");
|
println!("Starting the server");
|
||||||
let target_address = "127.0.0.1:7878";
|
let target_address = "127.0.0.1:7878";
|
||||||
|
|
Loading…
Reference in New Issue