This commit is contained in:
dbr 2022-03-15 23:07:29 +11:00
parent 71dff831de
commit 5e2ab214d1

View File

@ -1,5 +1,5 @@
use crate::flags::Bindgen;
use anyhow::{anyhow, Context, Result, bail};
use anyhow::{anyhow, bail, Context, Result};
use std::path::{Path, PathBuf};
impl Bindgen {