clean warnings

This commit is contained in:
Hailey Somerville 2023-08-19 21:30:24 +10:00
parent 6591ff7dc6
commit f344ee32ca
3 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,6 @@ use std::array;
use std::collections::VecDeque;
use std::sync::{Arc, Mutex};
use std::time::Duration;
use std::net::Ipv4Addr;
use bytemuck::Zeroable;
use cpal::{SampleRate, OutputCallbackInfo};

View file

@ -4,7 +4,7 @@ pub mod render;
use std::collections::HashMap;
use std::mem::size_of;
use std::net::{Ipv4Addr, SocketAddrV4, SocketAddr};
use std::net::{SocketAddrV4, SocketAddr};
use std::sync::Arc;
use std::time::{Duration, Instant};
use std::io::Write;

View file

@ -1,4 +1,3 @@
use std::net::Ipv4Addr;
use std::sync::Arc;
use std::time::Duration;