Update Rust crate mongodb to v3 - autoclosed #395
Annotations
10 errors and 2 warnings
Clippy!:
crates/remi/src/lib.rs#L179
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:179:37
|
179 | Self::GridFS(gridfs) => gridfs.init().await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L179
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:179:65
|
179 | Self::GridFS(gridfs) => gridfs.init().await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L197
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:197:37
|
197 | Self::GridFS(gridfs) => gridfs.open(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L197
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:197:69
|
197 | Self::GridFS(gridfs) => gridfs.open(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L215
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:215:37
|
215 | Self::GridFS(gridfs) => gridfs.blob(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L215
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:215:69
|
215 | Self::GridFS(gridfs) => gridfs.blob(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L237
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:237:37
|
237 | Self::GridFS(gridfs) => gridfs.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L237
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:237:79
|
237 | Self::GridFS(gridfs) => gridfs.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L255
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:255:37
|
255 | Self::GridFS(gridfs) => gridfs.delete(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!:
crates/remi/src/lib.rs#L255
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:255:71
|
255 | Self::GridFS(gridfs) => gridfs.delete(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Clippy!
clippy-action doesn't have permissions to create Check Runs, disabling!
|
Clippy!
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
Loading