Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Boayue committed Jan 22, 2025
1 parent d1f6c06 commit 4aa0d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ impl Client {
///
/// # Arguments
/// * `contract` - [Contract] to retrieve [historical::HistoricalData] for.
/// * `interval_end` - end date of interval to retrieve [historical::HistoricalData] for.
/// * `interval_end` - optional end date of interval to retrieve [historical::HistoricalData] for. If `None` current time or last trading of contract is implied.
/// * `duration` - duration of interval to retrieve [historical::HistoricalData] for.
/// * `bar_size` - [historical::BarSize] to return.
/// * `what_to_show` - requested bar type: [historical::WhatToShow].
Expand Down

0 comments on commit 4aa0d75

Please sign in to comment.