File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ use crate::vm::costs::LimitedCostTracker;
41
41
use crate :: vm:: database:: MemoryBackingStore ;
42
42
use crate :: vm:: database:: STORE_CONTRACT_SRC_INTERFACE ;
43
43
use crate :: vm:: representations:: SymbolicExpression ;
44
+ use crate :: vm:: types:: QualifiedContractIdentifier ;
44
45
#[ cfg( feature = "rusqlite" ) ]
45
46
use crate :: vm:: types:: TypeSignature ;
46
- use crate :: vm:: types:: QualifiedContractIdentifier ;
47
47
use crate :: vm:: ClarityVersion ;
48
48
49
49
/// Used by CLI tools like the docs generator. Not used in production
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ use hashbrown::{HashMap, HashSet};
4
4
use stacks_common:: consts:: CHAIN_ID_TESTNET ;
5
5
use stacks_common:: types:: StacksEpochId ;
6
6
7
- use crate :: vm:: analysis:: mem_type_check;
8
- use crate :: vm:: analysis:: ContractAnalysis ;
7
+ use crate :: vm:: analysis:: { mem_type_check, ContractAnalysis } ;
9
8
use crate :: vm:: ast:: { build_ast_with_rules, ASTRules } ;
10
9
use crate :: vm:: contexts:: GlobalContext ;
11
10
use crate :: vm:: costs:: LimitedCostTracker ;
You can’t perform that action at this time.
0 commit comments