Update Rust crate remi-azure to v0.8.1 - autoclosed #1486
Annotations
10 errors
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L182
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:182:35
|
182 | Self::Azure(azure) => azure.init().await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L182
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:182:62
|
182 | Self::Azure(azure) => azure.init().await.map_err(From::from),
| ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L200
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:200:35
|
200 | Self::Azure(azure) => azure.open(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L200
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:200:66
|
200 | Self::Azure(azure) => azure.open(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L218
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:218:35
|
218 | Self::Azure(azure) => azure.blob(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L218
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:218:66
|
218 | Self::Azure(azure) => azure.blob(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L240
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:240:35
|
240 | Self::Azure(azure) => azure.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L240
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:240:76
|
240 | Self::Azure(azure) => azure.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L258
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:258:35
|
258 | Self::Azure(azure) => azure.delete(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Clippy!:
home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L258
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied
--> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:258:68
|
258 | Self::Azure(azure) => azure.delete(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `From<T>`:
<Error as From<azure_core::Error>>
<Error as From<mongodb::error::Error>>
<Error as From<remi_s3::Error>>
|
Loading