summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-03 23:53:26 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-03 23:54:27 +0100
commit70ebdc518072b189830d27d96cc1756c0d70b258 (patch)
tree3f1b8c17bc3e9e841d804520f87d157696bec86e
parentfeat: replace the unmaintained `dirs-next` crate with `dirs` (diff)
downloadiced-builder-70ebdc518072b189830d27d96cc1756c0d70b258.tar.gz
chore: skip generated icon.rs for rustfmt
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9a93b51..427104a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,7 @@ mod config;
mod dialog;
mod environment;
mod error;
+#[rustfmt::skip]
mod icon;
mod options;
mod panes;