mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-15 21:48:06 +00:00
fix: resolve major clippy warnings causing CI failures including unused doc comments, dead code, needless borrows, and assertion constants
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user