From 36395c7437218b86c832cc041f7a58f325a007bb Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 4 Dec 2021 17:46:00 -0300 Subject: Add integer and float arguments --- src/tree.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tree.rs') diff --git a/src/tree.rs b/src/tree.rs index b534754..daac8d3 100644 --- a/src/tree.rs +++ b/src/tree.rs @@ -3,6 +3,7 @@ // Licensed under the MIT license. // Documentation and comments licensed under CC BY-SA 4.0. +#![allow(dead_code, unused_imports)] // for now //! Command syntax tree. use ::std::borrow::Cow; -- cgit 1.4.1