From 39ea97629df29e64b5c86c7f262722072ca7acb6 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 30 May 2024 11:54:16 -0600
Subject: [PATCH] Allow warnings

---
 src/main.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 114e2b9..225081c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,6 @@
 //! Sodium is a next generation Vi-like editor.
 
 #![feature(stmt_expr_attributes)]
-#![deny(warnings)]
 #![deny(missing_docs)]
 
 #[cfg(feature = "orbital")]
-- 
GitLab