Skip to content

Commit

Permalink
Remove unnecessary clone derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Nov 21, 2023
1 parent 3eb5c62 commit 9b15d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl<'a> IntoIterator for &'a LogicalLines<'a> {
/// 2
/// ]
/// ```
#[derive(Clone, Debug)]
#[derive(Debug)]
pub(crate) struct LogicalLine<'a> {
lines: &'a LogicalLines<'a>,
line: &'a Line,
Expand Down

0 comments on commit 9b15d8c

Please sign in to comment.