Skip to content

Commit

Permalink
Fix cargo::clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Jan 30, 2025
1 parent 1c8f60e commit efb84a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabled/src/tables/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl<I> IterTable<I> {
}

/// Limit an amount of rows will be read for dimension estimations.
///
///
/// By default it's 1000.
pub fn sniff(mut self, count: usize) -> Self {
self.table.sniff = count;
Expand Down

0 comments on commit efb84a8

Please sign in to comment.