Skip to content

Commit 35c5094

Browse files
committed
more tests: allow clippy warning for builder method
1 parent 686ea2e commit 35c5094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uu/more/src/more.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ mod tests {
718718
self
719719
}
720720

721+
#[allow(clippy::wrong_self_convention)]
721722
fn from_line(mut self, from_line: usize) -> Self {
722723
self.options.from_line = from_line;
723724
self

0 commit comments

Comments
 (0)