From c0c8a2cda3d813dbfdf4e9edae402c8d3af8aa6c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 21 Dec 2023 16:27:43 +0300 Subject: [PATCH] Try 2 --- .gitattributes | 2 +- src/pages/assets.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index e5e5513..3d57e75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -Cargo.nix generated +Cargo.nix linguist-language=GeneratedFileInvalidLanguageName diff --git a/src/pages/assets.rs b/src/pages/assets.rs index ad893c2..265d777 100644 --- a/src/pages/assets.rs +++ b/src/pages/assets.rs @@ -25,7 +25,5 @@ pub fn router() -> Router { archive_map.insert(path, contents); } - println!("{archive_map:?}"); - app }