Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Aug 3, 2024
1 parent 41e622c commit 05b8287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_to_table/examples/iter.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This example demonstrates an alternative parsing option for [`csv_to_table`] translations.
//!
//! * The [`IterTable::sniff()`] formatting function is used to control how many
//! [`IterTable::sniff()`] formatting function is used to control how many
//! rows will be considered in determining column widths. Since the default sniff value is 1000,
//! this is helpful for controlling large dataset display outputs.

Expand Down

0 comments on commit 05b8287

Please sign in to comment.