Skip to content

Commit c017589

Browse files
committed
refactor: word wrap consistently
1 parent 470a325 commit c017589

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/hardlink/hardlink_list/reflection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use pipe_trait::Pipe;
77
#[cfg(feature = "json")]
88
use serde::{Deserialize, Serialize};
99

10-
/// Intermediate format used for construction and inspection of
11-
/// [`HardlinkList`]'s internal content.
10+
/// Intermediate format used for construction and inspection of [`HardlinkList`]'s
11+
/// internal content.
1212
///
1313
/// **Guarantees:**
1414
/// * Every inode number is unique.

src/hardlink/link_path_list/reflection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use std::{collections::HashSet, path::PathBuf};
66
#[cfg(feature = "json")]
77
use serde::{Deserialize, Serialize};
88

9-
/// Intermediate format used for construction and inspection of
10-
/// [`LinkPathList`]'s internal content.
9+
/// Intermediate format used for construction and inspection of [`LinkPathList`]'s
10+
/// internal content.
1111
///
1212
/// **Equality:** `Reflection` implements `PartialEq` and `Eq` traits.
1313
///

0 commit comments

Comments
 (0)