diff options
Diffstat (limited to 'library/core/tests/error.rs')
| -rw-r--r-- | library/core/tests/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/error.rs b/library/core/tests/error.rs index cb7cb5441d1..5e20c34ca6c 100644 --- a/library/core/tests/error.rs +++ b/library/core/tests/error.rs @@ -1,4 +1,4 @@ -use core::error::{request_value, request_ref, Request}; +use core::error::{request_ref, request_value, Request}; // Test the `Request` API. #[derive(Debug)] |
