Skip to content

Commit 3945c31

Browse files
committed
Remove needless return
1 parent c609a6d commit 3945c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ impl<O: OutputStream> Compiler<O> {
10391039
return true;
10401040
}
10411041
}
1042-
return false;
1042+
false
10431043
}
10441044

10451045
fn compile_class_def(

0 commit comments

Comments
 (0)