Fix some pedantic lints

This commit is contained in:
Valentin Brandl
2023-06-13 10:22:37 +02:00
parent b07c732475
commit 361eacbe1d
8 changed files with 50 additions and 27 deletions

View File

@ -1,3 +1,4 @@
#[derive(Clone, Copy)]
pub struct VersionInfo<'a> {
pub commit: &'a str,
pub version: &'a str,