From 87052927afd505ff1c5d42075cd23a3619b29011 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Fri, 10 Sep 2021 10:15:21 +0900 Subject: chore: upgrade Rust to 1.55.0 (#11965) --- runtime/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/errors.rs') diff --git a/runtime/errors.rs b/runtime/errors.rs index f88455b05..79f3c5e7a 100644 --- a/runtime/errors.rs +++ b/runtime/errors.rs @@ -60,7 +60,7 @@ fn get_io_error_class(error: &io::Error) -> &'static str { WouldBlock => unreachable!(), // Non-exhaustive enum - might add new variants // in the future - _ => unreachable!(), + _ => "Error", } } -- cgit v1.2.3