Skip to content

Commit af9f170

Browse files
committed
Fix a build warning on Windows
1 parent 6ad3da7 commit af9f170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/windows_registry.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ mod impl_ {
218218
}
219219
}
220220

221+
#[allow(bare_trait_objects)]
221222
fn vs16_instances() -> Box<Iterator<Item = PathBuf>> {
222223
let instances = if let Some(instances) = vs15_instances() {
223224
instances

0 commit comments

Comments
 (0)