aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2021-02-04 13:11:04 +0100
committerEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2021-02-04 13:11:04 +0100
commit85bc81d4fce29bf628d31cb978aa482e564aab90 (patch)
tree61cf130d7ad8d1162c9709345b0e7f794bdb1e46 /src/lib.rs
parent88cde90425364ee66b6b04f1c5e384423b96e369 (diff)
downloadrapier-85bc81d4fce29bf628d31cb978aa482e564aab90.tar.gz
rapier-85bc81d4fce29bf628d31cb978aa482e564aab90.tar.bz2
rapier-85bc81d4fce29bf628d31cb978aa482e564aab90.zip
Make clippy a bit happier
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e63b0d4..564a758 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;