other: quick lint fixes for some warnings (#1367)

This commit is contained in:
Clement Tsang 2023-12-31 04:28:44 +00:00 committed by GitHub
parent 631f7208e4
commit 74792f0ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,7 @@ impl Painter {
// Very ugly way to sync the gauge limit across all gauges.
let hide_parts = columns
.get(0)
.first()
.map(|col| {
if col.width >= 12 {
LabelLimit::None

View File

@ -61,6 +61,7 @@ pub mod data_conversion;
pub mod options;
pub mod widgets;
#[allow(unused_imports)]
pub use utils::logging::*;
#[cfg(target_family = "windows")]