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.)
This commit is contained in:
bors 2023-10-23 20:24:09 +00:00
commit d5bf53b454

View File

@ -1,3 +1,5 @@
#![allow(unused_imports)]
use std::collections::{hash_set, HashSet};
use std::fmt;
use std::path::{Path, PathBuf};