Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Nov 29, 2024
1 parent 7032171 commit 060fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/templates/webapp/backend/src/version.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use std::env;

pub(crate) const GIT_REVISION: &'static str = env!("GIT_REVISION");
pub(crate) const GIT_REVISION: &str = env!("GIT_REVISION");

0 comments on commit 060fd83

Please sign in to comment.