mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
ignore clippy warning
This commit is contained in:
parent
cbc7afad20
commit
c24f2f4e41
2 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,7 @@ async fn main() {
|
|||
r"
|
||||
| date | ticker | cusip | company | market_value | shares | share_price | weight |
|
||||
|------|--------|-------|---------|--------------|--------|-------------|--------|
|
||||
| date | str | str | str | i64 | f64 | f64 | f64 |
|
||||
| date | str | str | str | i64 | i64 | f64 | f64 |
|
||||
|
||||
### Example
|
||||
`/ark_holdings?ticker=ARKK&start=2023-10-01&end=2023-11-01`",
|
||||
|
|
|
@ -55,6 +55,7 @@ pub async fn filter_date_range(
|
|||
Ok(filter_df)
|
||||
}
|
||||
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
#[derive(Serialize, Deserialize, JsonSchema, strum_macros::Display)]
|
||||
pub enum TypeTicker {
|
||||
ARKVX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue