From 17cdcf5deacf82c3e91213121907abd3690d1720 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Mon, 10 Feb 2020 16:04:32 -0800 Subject: async_core: fix formatting of use statement Change-Id: I609da3eb581349315d1fb84a6a5fba233ec26b5f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2048218 Reviewed-by: Dylan Reid Commit-Queue: Dylan Reid Tested-by: Dylan Reid Tested-by: kokoro --- async_core/src/eventfd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'async_core') diff --git a/async_core/src/eventfd.rs b/async_core/src/eventfd.rs index 4030fb8..b930f07 100644 --- a/async_core/src/eventfd.rs +++ b/async_core/src/eventfd.rs @@ -5,7 +5,7 @@ use futures::Stream; use std::convert::TryFrom; use std::fmt::{self, Display}; -use std::os::unix::io::{AsRawFd}; +use std::os::unix::io::AsRawFd; use std::pin::Pin; use std::task::{Context, Poll}; -- cgit 1.4.1