This is a relict from old Rust standards and no longer requires [1].
[1] https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html#no-more-extern-crate
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
// SPDX-FileCopyrightText: 2022 Linaro Ltd.
// SPDX-FileCopyrightText: 2022 Viresh Kumar <viresh.kumar@linaro.org>
-extern crate bindgen;
-
use std::env;
use std::path::PathBuf;