automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-01-24 14:40:52 +00:00 committed by github-actions[bot]
parent 06430ec6b7
commit dfc761d9c4
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ impl Client {
Err(err) => {
error!("Could not resolve hostname '{}': {err:?}", cfg.hostname);
return Err(err.into());
},
}
};
Ok(Client {

View File

@ -182,5 +182,4 @@ impl Server {
debug!("disconnected peer: {:?}", addr);
Ok(())
}
}