mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 18:21:38 +03:00
cargo +nightly clippy
This commit is contained in:
parent
f9be039a7b
commit
87bd041620
@ -40,7 +40,7 @@ pub fn load_annotation(
|
||||
Definition::Function(function) => match ast_annotation.name {
|
||||
AnnotationName::Test(_) => {
|
||||
let ident = Identifier::from(function.identifier.clone());
|
||||
_functions.remove(&ident.clone());
|
||||
_functions.remove(&ident);
|
||||
|
||||
let test_function = leo_grammar::functions::TestFunction::from(function);
|
||||
let test = TestFunction::from(test_function);
|
||||
|
Loading…
Reference in New Issue
Block a user