Undo exhaustive enum type

This commit is contained in:
Dr. Maxim Orlovsky 2021-01-25 16:38:48 +01:00 committed by GitHub
parent efdc7d2243
commit d927387df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,6 @@ pub struct ScriptNotification {
/// Errors
#[derive(Debug)]
#[non_exhaustive]
pub enum Error {
/// Wraps `std::io::Error`
IOError(std::io::Error),