about summary refs log tree commit diff
path: root/library/std/src/error/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/error/tests.rs')
-rw-r--r--library/std/src/error/tests.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/std/src/error/tests.rs b/library/std/src/error/tests.rs
index ed070a26b0c..88a9f33c079 100644
--- a/library/std/src/error/tests.rs
+++ b/library/std/src/error/tests.rs
@@ -1,6 +1,7 @@
+use core::error::Request;
+
 use super::Error;
 use crate::fmt;
-use core::error::Request;
 
 #[derive(Debug, PartialEq)]
 struct A;