mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
crosvm_control: Minor style fix
BUG=none TEST=cargo chekc Change-Id: I24fa7eced9053eee535778153390f4039044e47f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3581447 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Kameron Lutes <kalutes@chromium.org>
This commit is contained in:
parent
35290a48c0
commit
25d7911e8d
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,6 @@ name = "crosvm_control"
|
|||
version = "0.1.0"
|
||||
authors = ["The Chromium OS Authors"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
extern crate cbindgen;
|
||||
// Copyright 2022 The Chromium OS Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
use std::env;
|
||||
use std::path::PathBuf;
|
||||
|
|
Loading…
Reference in a new issue