From ef57155987d582b1ab5e48901fb9dda7e8035a53 Mon Sep 17 00:00:00 2001 From: creating2morrow Date: Sun, 25 Jun 2023 17:50:36 -0400 Subject: [PATCH] dont format lib.rs --- neveko-gui/.rustfmt.toml | 1 + neveko-gui/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/neveko-gui/.rustfmt.toml b/neveko-gui/.rustfmt.toml index 4ec264c..8afa907 100644 --- a/neveko-gui/.rustfmt.toml +++ b/neveko-gui/.rustfmt.toml @@ -4,3 +4,4 @@ format_code_in_doc_comments = true imports_granularity = "Crate" imports_layout = "Vertical" wrap_comments = true +ignore = ["lib.rs"] \ No newline at end of file diff --git a/neveko-gui/src/lib.rs b/neveko-gui/src/lib.rs index 116a898..5cf04c7 100644 --- a/neveko-gui/src/lib.rs +++ b/neveko-gui/src/lib.rs @@ -1,4 +1,4 @@ -//! App app for egui +//! Neveko app for egui #![allow(clippy::missing_errors_doc)] mod apps;