diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 0115d88..cd71c94 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,8 +15,6 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // Suppress warnings from relm4 view! macro internals -#![allow(unused_assignments)] - mod actions; mod components; mod constants; |