mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-13 08:47:17 +03:00
clippy fix/cleanup
This commit is contained in:
parent
20d64970ab
commit
5cf185369d
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1338,7 +1338,6 @@ dependencies = [
|
||||
name = "leo-parser"
|
||||
version = "1.5.2"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"criterion",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
|
@ -48,9 +48,6 @@ version = "1.7"
|
||||
[dependencies.tendril]
|
||||
version = "0.4"
|
||||
|
||||
[dev-dependencies.colored]
|
||||
version = "2.0"
|
||||
|
||||
[dev-dependencies.criterion]
|
||||
version = "0.3"
|
||||
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user