Skip to content

Commit bd857da

Browse files
gpt_disk_types: Fix indentation of list
This was caught by clippy 1.86 (currently on the beta channel).
1 parent 17485b3 commit bd857da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpt_disk_types/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
//! # Features
4343
//!
4444
//! * `bytemuck`: Implements bytemuck's `Pod` and `Zeroable` traits for
45-
//! many of the types in this crate. Also enables some methods that
46-
//! rely on byte access.
45+
//! many of the types in this crate. Also enables some methods that
46+
//! rely on byte access.
4747
//! * `std`: Provides `std::error::Error` implementations for all of the
4848
//! error types. Off by default.
4949
//!

0 commit comments

Comments
 (0)