mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: legacy: Fix rustfmt issue
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
a0bbcefa14
commit
ce1d90c15b
@@ -5,8 +5,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE-BSD-3-Clause file.
|
// found in the LICENSE-BSD-3-Clause file.
|
||||||
|
|
||||||
mod serial;
|
|
||||||
mod i8042;
|
mod i8042;
|
||||||
|
mod serial;
|
||||||
|
|
||||||
pub use self::serial::Serial;
|
|
||||||
pub use self::i8042::I8042Device;
|
pub use self::i8042::I8042Device;
|
||||||
|
pub use self::serial::Serial;
|
||||||
|
|||||||
Reference in New Issue
Block a user