Commit c53eddb
style: fix comment formatting in RustCrypto cipher tests
Apply cargo fmt formatting to correct comment spacing from double space
to single space after // in the clippy allow attribute:
- `#[allow(clippy::unwrap_used)] // Allow unwrap...`
+ `#[allow(clippy::unwrap_used)] // Allow unwrap...`
This ensures consistent formatting according to Rust style guidelines
and passes `cargo fmt --check` validation.1 parent 302f032 commit c53eddb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments