Skip to content

Commit fc24def

Browse files
authored
Added new line for tidy check
1 parent 5a0a57c commit fc24def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/suggestions/expr-rarrow-call-on-a-raw-pointer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fn unnamed_struct_field_access(unnamed: *mut Unnamed) {
1818
unnamed->0 += 1; //~ ERROR `->` used for field access or method call
1919
}
2020

21-
fn main() {}
21+
fn main() {}

0 commit comments

Comments
 (0)