chore: run clippy and cargo fmt on pending changes

This commit is contained in:
Chance 2025-04-07 23:06:48 -04:00 committed by BitSyndicate
parent db3d078935
commit 07871b77f3
8 changed files with 34 additions and 24 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");
}
}