Skip to content

Commit

Permalink
Auto merge of rust-lang#116033 - bvanjoi:fix-116032, r=petrochenkov
Browse files Browse the repository at this point in the history
report `unused_import` for empty reexports even it is pub

Fixes rust-lang#116032

An easy fix. r? `@petrochenkov`

(Discovered this issue while reviewing rust-lang#115993.)
  • Loading branch information
bors committed Oct 23, 2023
2 parents 04bd720 + 4335c28 commit d5bf53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/options.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused_imports)]

use std::collections::{hash_set, HashSet};
use std::fmt;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit d5bf53b

Please sign in to comment.