ignore clippy warning

This commit is contained in:
Elijah McMorris 2024-06-07 23:55:55 -07:00
parent cbc7afad20
commit c24f2f4e41
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 2 additions and 1 deletions

View file

@ -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`",

View file

@ -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,