We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131836f commit 093242eCopy full SHA for 093242e
crates/RustQuant_error/src/lib.rs
@@ -43,10 +43,6 @@ pub enum RustQuantError {
43
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
// Data related errors
45
46
- /// Error variant arising from the Yahoo! Finance API.
47
- #[error("Yahoo! Finance error: {0}")]
48
- YahooError(#[from] yahoo_finance_api::YahooError),
49
-
50
/// Error variant arising from [`std::io`].
51
#[error("IO error: {0}")]
52
IoError(#[from] std::io::Error),
0 commit comments