Interface #6

Merged
michael-bailey merged 53 commits from Interface into Development 2021-02-08 21:12:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ce38aeb49 - Show all commits

View File

@ -92,7 +92,7 @@ impl Server {
// MARK: - creating clones of the server property references
let name = self.name.clone();
#[allow(dead_code)]
let address = self.address.clone();
let _ = self.address.clone();
let author = self.author.clone();
let connected_clients = self.connected_clients.clone();
let sender = self.sender.clone();