Skip to content

Commit

Permalink
docs: add docstring for ColumnCountBuilder::execute
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jun 21, 2024
1 parent bdaf0eb commit ad526cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions czv/src/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ impl<
__file_path: typed_builder::Optional<Option<PathBuf>>,
> ColumnCountBuilder<(__file_path, __file_data)>
{
/// Returns the column count.
pub fn execute(self) -> Result<usize> {
let builder = self.__build();
column_count(builder.file_path, builder.file_data)
Expand Down

0 comments on commit ad526cc

Please sign in to comment.