mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 02:24:15 +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"
|
name = "leo-parser"
|
||||||
version = "1.5.2"
|
version = "1.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colored",
|
|
||||||
"criterion",
|
"criterion",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -48,9 +48,6 @@ version = "1.7"
|
|||||||
[dependencies.tendril]
|
[dependencies.tendril]
|
||||||
version = "0.4"
|
version = "0.4"
|
||||||
|
|
||||||
[dev-dependencies.colored]
|
|
||||||
version = "2.0"
|
|
||||||
|
|
||||||
[dev-dependencies.criterion]
|
[dev-dependencies.criterion]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// 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/>.
|
// 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_ast::{Expression, ExpressionStatement, Span, Statement, ValueExpression};
|
||||||
use leo_test_framework::{
|
use leo_test_framework::{
|
||||||
runner::{Namespace, ParseType, Runner},
|
runner::{Namespace, ParseType, Runner},
|
||||||
|
Loading…
Reference in New Issue
Block a user