Skip to content

Commit d927387

Browse files
authored
Undo exhaustive enum type
1 parent efdc7d2 commit d927387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ pub struct ScriptNotification {
265265

266266
/// Errors
267267
#[derive(Debug)]
268-
#[non_exhaustive]
269268
pub enum Error {
270269
/// Wraps `std::io::Error`
271270
IOError(std::io::Error),

0 commit comments

Comments
 (0)