chore: run clippy and cargo fmt on pending changes

This commit is contained in:
Chance 2025-04-07 23:06:48 -04:00
parent 6efaf7a291
commit bb9bca8ca5
Signed by untrusted user: caznix
GPG key ID: 489D213143D753FD
8 changed files with 34 additions and 25 deletions

View file

@ -85,8 +85,7 @@ fn main() {
writeln!(
built_rs,
"{}pub static GIT_COMMIT_HASH: &str = \"{}\";",
ALLOW_DEAD_CODE,
git_info
ALLOW_DEAD_CODE, git_info
)
.unwrap();
@ -117,4 +116,4 @@ fn main() {
std::println!("cargo:rerun-if-changed=Cargo.lock");
std::println!("cargo:rerun-if-changed=.git/HEAD");
std::println!("cargo:rerun-if-changed=.git/index");
}
}