File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ impl TempProject<MultiCompiler, HardhatArtifacts> {
124124 . artifacts ( HardhatArtifacts :: default ( ) )
125125 . paths ( paths)
126126 . build ( Default :: default ( ) ) ?;
127- Ok ( TempProject :: create_new ( tmp_dir, inner) ?)
127+ Ok ( Self :: create_new ( tmp_dir, inner) ?)
128128 }
129129}
130130
Original file line number Diff line number Diff line change @@ -4166,7 +4166,7 @@ fn can_preprocess_constructors_and_creation_code() {
41664166
41674167 let project = TempProject :: hardhat ( ) . unwrap ( ) ;
41684168 project. copy_project_from ( & root) . unwrap ( ) ;
4169- let r = ProjectCompiler :: new ( & project. project ( ) )
4169+ let r = ProjectCompiler :: new ( project. project ( ) )
41704170 . unwrap ( )
41714171 . with_preprocessor ( TestOptimizerPreprocessor )
41724172 . compile ( ) ;
You can’t perform that action at this time.
0 commit comments