We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e379bfc commit 36898d2Copy full SHA for 36898d2
1 file changed
src/tools/bsan/bsan-driver/src/lib.rs
@@ -4,7 +4,6 @@
4
extern crate rustc_driver;
5
6
use std::env;
7
-use std::path::PathBuf;
8
use std::sync::Arc;
9
10
pub const BSAN_BUG_REPORT_URL: &str = "https://github.com/BorrowSanitizer/rust/issues/new";
0 commit comments