mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-22 04:44:31 +00:00
protocol: use attr macro_use for crate log
This commit is contained in:
parent
e643dcdc7a
commit
a5dacb1b2e
@ -34,7 +34,6 @@ use std::net::SocketAddrV4;
|
||||
use std::str::FromStr;
|
||||
|
||||
use bitflags::bitflags;
|
||||
use log::debug;
|
||||
|
||||
use crate::cursor::{Cursor, GetKeyValue, PutKeyValue};
|
||||
use crate::server::{ServerAdd, ServerFlags, ServerType};
|
||||
|
@ -5,6 +5,9 @@
|
||||
|
||||
//! Xash3D protocol between clients, servers and masters.
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
mod cursor;
|
||||
mod server_info;
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
use std::fmt;
|
||||
|
||||
use bitflags::bitflags;
|
||||
use log::debug;
|
||||
|
||||
use super::cursor::{Cursor, CursorMut, GetKeyValue, PutKeyValue};
|
||||
use super::filter::Version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user