mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Resolve all '#[allow(clippy::redundant_static_lifetimes)]' error supressions
This commit is contained in:
parent
dde1bacad7
commit
5d1d510d54
@ -287,8 +287,7 @@ pub type ModernMap = WorldMap_0_7_0;
|
||||
/// TODO: Consider using some naming convention to automatically change this
|
||||
/// with changing versions, or at least keep it in a constant somewhere that's
|
||||
/// easy to change.
|
||||
#[allow(clippy::redundant_static_lifetimes)] // TODO: Pending review in #587
|
||||
pub const DEFAULT_WORLD_MAP: &'static str = "world.map.veloren_0_9_0_0";
|
||||
pub const DEFAULT_WORLD_MAP: &str = "world.map.veloren_0_9_0_0";
|
||||
|
||||
impl WorldFileLegacy {
|
||||
#[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user