summary refs log tree commit diff
path: root/sys_util/src/errno.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sys_util/src/errno.rs')
-rw-r--r--sys_util/src/errno.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys_util/src/errno.rs b/sys_util/src/errno.rs
index b2c2977..0f9b5f2 100644
--- a/sys_util/src/errno.rs
+++ b/sys_util/src/errno.rs
@@ -2,10 +2,10 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-use std::result;
-use std::io;
 use std::error;
 use std::fmt::{self, Display};
+use std::io;
+use std::result;
 
 use libc::__errno_location;