chore: some clippy warnings

This commit is contained in:
rvcas
2023-06-02 19:47:52 -04:00
parent cdf8bd6548
commit cf6d04e95b
3 changed files with 4 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ mod test {
use std::collections::HashMap;
use aiken_lang::{self, builtins};
use uplc::ast::{self as uplc_ast};
use uplc::ast as uplc_ast;
use crate::tests::TestProject;