Skip to content

Commit

Permalink
Fix doc string error
Browse files Browse the repository at this point in the history
  • Loading branch information
samin-cf committed Nov 2, 2024
1 parent 509e84a commit 3828568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux/disk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use std::path::{Path, PathBuf};
/// * <https://github.com/torvalds/linux/blob/4f671fe2f9523a1ea206f63fe60a7c7b3a56d5c7/include/linux/bio.h#L99>
/// * <https://lkml.org/lkml/2015/8/17/234>
///
/// [`psutil]: <https://github.com/giampaolo/psutil/blob/master/psutil/_pslinux.py#L103>
/// [`psutil`]: <https://github.com/giampaolo/psutil/blob/master/psutil/_pslinux.py#L103>
const SECTOR_SIZE: u64 = 512;

macro_rules! cast {
Expand Down

0 comments on commit 3828568

Please sign in to comment.