Skip to content

Commit

Permalink
gpt_disk_types: Fix list indentation
Browse files Browse the repository at this point in the history
This fixes a clippy warning in latest Rust.
  • Loading branch information
nicholasbishop committed Aug 1, 2024
1 parent d30bc5c commit 332fffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpt_disk_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
//! ```
//!
//! 1. The first block of the disk contains a protective MBR. See
//! [`MasterBootRecord::protective_mbr`].
//! [`MasterBootRecord::protective_mbr`].
//! 2. The second block of the disk contains the primary GPT header. See
//! [`GptHeader`].
//! [`GptHeader`].
//! 3. Additional blocks after the header contain the partition entry
//! array. See [`GptPartitionEntry`] and [`GptPartitionEntryArray`].
//! array. See [`GptPartitionEntry`] and [`GptPartitionEntryArray`].
//! 4. At the end of the disk is a secondary GPT header and partition
//! entry array.
//! entry array.
//!
//! # Endianness
//!
Expand Down

0 comments on commit 332fffc

Please sign in to comment.