Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jan 6, 2025
1 parent 210eead commit f270bed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion positional/src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use pad::{Alignment, PadStr};
use std::fmt::Display;

#[doc(hidden)]

/// a trait to represent a type that could be converted to a positional field
///
/// There is a generic implementation for types that implements Display
Expand Down
1 change: 0 additions & 1 deletion positional/src/parsed_field.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#[doc(hidden)]

/// a single field ready to be parsed from a positional row
pub struct PositionalParsedField<'s> {
row: &'s str,
Expand Down

0 comments on commit f270bed

Please sign in to comment.