From efb84a8f859045669f522bb84b9c6d393b4576db Mon Sep 17 00:00:00 2001 From: Maxim Zhiburt Date: Thu, 30 Jan 2025 16:53:54 +0300 Subject: [PATCH] Fix cargo::clippy --- tabled/src/tables/iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabled/src/tables/iter.rs b/tabled/src/tables/iter.rs index b7f77586..3b03626a 100644 --- a/tabled/src/tables/iter.rs +++ b/tabled/src/tables/iter.rs @@ -142,7 +142,7 @@ impl IterTable { } /// 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;