Fix more clippy warnings
This commit is contained in:
committed by
Sean McArthur
parent
4be5ec7ffd
commit
2881354c90
@@ -2,5 +2,5 @@ pub mod server;
|
||||
|
||||
// TODO: remove once done converting to new support server?
|
||||
#[allow(unused)]
|
||||
pub static DEFAULT_USER_AGENT: &'static str =
|
||||
pub static DEFAULT_USER_AGENT: &str =
|
||||
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
|
||||
|
||||
Reference in New Issue
Block a user