fix: resolve major clippy warnings causing CI failures including unused doc comments, dead code, needless borrows, and assertion constants

This commit is contained in:
floor-licker
2025-12-04 07:26:38 -05:00
parent fe772c055a
commit 3742a5b864
7 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ mod tests {
// Test basic properties exist (we can't access private fields directly)
// But we can test that the engine was created successfully
assert!(true); // Engine creation successful
// Engine creation successful
}
#[test]