| commit | 1f1d3e1d094db732d22b892227bf1e1ac3a8ca04 | [log] [tgz] |
|---|---|---|
| author | Miguel Ojeda <ojeda@kernel.org> | Fri Oct 17 00:57:54 2025 +0200 |
| committer | Miguel Ojeda <ojeda@kernel.org> | Fri Oct 17 13:02:22 2025 +0200 |
| tree | 70a63689b9022c7daa9f62a230d1daa191b346d9 | |
| parent | 32f072d9eaf9c31c2b0527a4a3370570a731e3cc [diff] |
rust: bitmap: fix formatting We do our best to keep the repository `rustfmt`-clean, thus run the tool to fix the formatting issue. Link: https://docs.kernel.org/rust/coding-guidelines.html#style-formatting Link: https://rust-for-linux.com/contributing#submit-checklist-addendum Fixes: 0f5878834d6c ("rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning") Reviewed-by: Burak Emir <bqe@google.com> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>