Skip to content

Commit d5bf53b

Browse files
committed
Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov
report `unused_import` for empty reexports even it is pub Fixes #116032 An easy fix. r? `@petrochenkov` (Discovered this issue while reviewing #115993.)
2 parents 04bd720 + 4335c28 commit d5bf53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/options.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused_imports)]
2+
13
use std::collections::{hash_set, HashSet};
24
use std::fmt;
35
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)