mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
devices: legacy: Fix rustfmt issue
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user