pma: fix warning in build script

This commit is contained in:
Edward Amsden 2023-12-06 23:08:33 -06:00
parent 76fa10e1ea
commit 07c541e87e

View File

@ -1,7 +1,6 @@
extern crate bindgen;
use std::env;
use std::fs::create_dir_all;
use std::path::PathBuf;
use bindgen::CargoCallbacks;