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

This commit is contained in:
Clement Tsang
2023-12-30 23:28:44 -05:00
committed by GitHub
parent 631f7208e4
commit 74792f0ddf
2 changed files with 2 additions and 1 deletions
+1 -1
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
+1
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")]