From 25d7911e8dd7719020cf9557e2806a1ca2b73e63 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Thu, 14 Apr 2022 17:15:23 +0900 Subject: [PATCH] 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 Tested-by: kokoro Commit-Queue: Kameron Lutes --- crosvm_control/Cargo.toml | 1 - crosvm_control/build.rs | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crosvm_control/Cargo.toml b/crosvm_control/Cargo.toml index ed455d8979..861b065c15 100644 --- a/crosvm_control/Cargo.toml +++ b/crosvm_control/Cargo.toml @@ -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"] diff --git a/crosvm_control/build.rs b/crosvm_control/build.rs index d424212f8c..9f6f0c22fd 100644 --- a/crosvm_control/build.rs +++ b/crosvm_control/build.rs @@ -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;