Address clippy warnings

This commit is contained in:
topjohnwu
2023-09-06 21:45:12 -07:00
parent 4fff2aa7d8
commit 4eaf701cb7
5 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,5 @@
#![allow(clippy::useless_conversion)]
use std::collections::BTreeMap;
use std::ffi::CStr;
use std::fmt::{Display, Formatter, Write as FmtWrite};