Make clippy a bit happier
This commit is contained in:
@@ -126,7 +126,7 @@ pub(crate) const INVALID_U64: u64 = u64::MAX;
|
||||
pub(crate) const INVALID_USIZE: usize = INVALID_U32 as usize;
|
||||
|
||||
/// The string version of Rapier.
|
||||
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
pub mod counters;
|
||||
pub mod data;
|
||||
|
||||
Reference in New Issue
Block a user