Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Oct 28, 2024
1 parent f06d748 commit 1945146
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lading/src/generator/file_gen/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ pub struct File {
/// number is 0, if foo.log.1 then 1 etc.
ordinal: u8,

/// The peer of this file, the next in line in rotation. So, if this file is
/// foo.log the peer will be foo.log.1 and its peer foo.log.2 etc.
peer: Option<Inode>,

/// The group ID of this File. So for instance all File instances that are
/// called foo.log, foo.log.1 etc have the same group ID.
group_id: u8,
Expand Down

0 comments on commit 1945146

Please sign in to comment.