File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/compilers/src/preprocessor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ tokio = { version = "1.35", features = ["rt-multi-thread"] }
7070snapbox = " 0.6.9"
7171
7272[patch .crates-io ]
73- solar-parse = { git = " https://github.com/paradigmxyz/solar" , rev = " 77fb82b " }
74- solar-sema = { git = " https://github.com/paradigmxyz/solar" , rev = " 77fb82b " }
73+ solar-parse = { git = " https://github.com/paradigmxyz/solar" , rev = " 63bfcb9 " }
74+ solar-sema = { git = " https://github.com/paradigmxyz/solar" , rev = " 63bfcb9 " }
7575
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ impl PreprocessorDependencies {
7979 src_dir,
8080 ) ;
8181 // Analyze current contract.
82- deps_collector. walk_contract ( contract) ;
82+ let _ = deps_collector. walk_contract ( contract) ;
8383 // Ignore empty test contracts declared in source files with other contracts.
8484 if !deps_collector. dependencies . is_empty ( ) {
8585 preprocessed_contracts. insert ( contract_id, deps_collector. dependencies ) ;
You can’t perform that action at this time.
0 commit comments