mirror of
https://github.com/haileys/bark
synced 2024-11-10 05:54:15 +00:00
clean warnings
This commit is contained in:
parent
6591ff7dc6
commit
f344ee32ca
3 changed files with 1 additions and 3 deletions
|
@ -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};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use std::net::Ipv4Addr;
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Reference in a new issue