clippy fix/cleanup

This commit is contained in:
gluaxspeed 2021-07-27 12:11:31 -07:00
parent 20d64970ab
commit 5cf185369d
3 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View File

@ -1338,7 +1338,6 @@ dependencies = [
name = "leo-parser"
version = "1.5.2"
dependencies = [
"colored",
"criterion",
"indexmap",
"lazy_static",

View File

@ -48,9 +48,6 @@ version = "1.7"
[dependencies.tendril]
version = "0.4"
[dev-dependencies.colored]
version = "2.0"
[dev-dependencies.criterion]
version = "0.3"

View File

@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.
use colored::Colorize;
use leo_ast::{Expression, ExpressionStatement, Span, Statement, ValueExpression};
use leo_test_framework::{
runner::{Namespace, ParseType, Runner},