Skip to content

Commit eed6343

Browse files
authored
RUST-1913 Remove non_exhaustive from ErrorKind::GridFs (#1080)
1 parent ccb7966 commit eed6343

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ pub enum ErrorKind {
607607

608608
/// A GridFS error occurred.
609609
#[error("{0:?}")]
610-
#[non_exhaustive]
611610
GridFs(GridFsErrorKind),
612611

613612
#[error("Internal error: {message}")]

0 commit comments

Comments
 (0)