[fractal/fractal-next] clippy: Allow module_inception



commit ab96d0cbb94b7d58291038669eadaec081faf814
Author: Kai A. Hiller <V02460 gmail com>
Date:   Mon Aug 9 18:02:28 2021 +0200

    clippy: Allow module_inception

 src/main.rs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/main.rs b/src/main.rs
index 586880d8..9417d707 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,7 @@
 #![doc(
     html_logo_url = 
"https://gitlab.gnome.org/GNOME/fractal/-/raw/fractal-next/data/icons/org.gnome.FractalNext.svg?inline=false";
 )]
+#![allow(clippy::module_inception)]
 
 mod application;
 #[rustfmt::skip]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]