diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-12-04 17:46:00 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-12-04 17:46:00 -0300 |
commit | 36395c7437218b86c832cc041f7a58f325a007bb (patch) | |
tree | 83c3e2a5c1fc265583c4b8e560b4ba732742f70d /src/tree.rs | |
parent | 6eee8e415fb2361a91cbc1151f37003bb2cd449b (diff) |
Add integer and float arguments
Diffstat (limited to 'src/tree.rs')
-rw-r--r-- | src/tree.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |