File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ pub enum ErrorKind {
172
172
173
173
/// An error occurred when trying to execute a write operation
174
174
#[ error(
175
- display = "An error occurred when trying to execute a write operation: {}" ,
175
+ display = "An error occurred when trying to execute a write operation: {:? }" ,
176
176
_0
177
177
) ]
178
178
WriteError ( WriteFailure ) ,
@@ -378,12 +378,6 @@ impl WriteFailure {
378
378
}
379
379
}
380
380
381
- impl fmt:: Display for WriteFailure {
382
- fn fmt ( & self , fmt : & mut fmt:: Formatter ) -> fmt:: Result {
383
- unimplemented ! ( )
384
- }
385
- }
386
-
387
381
/// Translates ErrorKind::BulkWriteError cases to ErrorKind::WriteErrors, leaving all other errors
388
382
/// untouched.
389
383
pub ( crate ) fn convert_bulk_errors ( error : Error ) -> Error {
You can’t perform that action at this time.
0 commit comments