mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
ignore clippy warning
This commit is contained in:
parent
56d5616068
commit
628eb8e640
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ use std::io::Cursor;
|
|||
use std::path::Path;
|
||||
use strum_macros::{EnumIter, EnumString};
|
||||
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
#[derive(Debug, Default, strum_macros::Display, EnumIter, Clone, Copy, PartialEq)]
|
||||
pub enum Ticker {
|
||||
ARKVX,
|
||||
|
@ -103,6 +104,7 @@ impl DF {
|
|||
}
|
||||
}
|
||||
}
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
trait DFS {
|
||||
fn lazy(self) -> Vec<LazyFrame>;
|
||||
fn collect(self) -> Vec<DataFrame>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue