Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 2c6a6b9

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Reformat with new rustfmt 7/7
Summary: Generated by `tools/arcanist/lint/codemods/rustfmt-fbsource` with the rustfmt executable added by D35234535. drop-conflicts Reviewed By: zertosh fbshipit-source-id: 500808e0989e017ddb48e32c98cf5723d7694dfc
1 parent 52468c8 commit 2c6a6b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • test/com/facebook/buck/features/rust/testdata/cxx_with_rust_dep

test/com/facebook/buck/features/rust/testdata/cxx_with_rust_dep/morehello.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ extern "C" {
44

55
pub fn helloer() {
66
println!("I'm saying \"hello\" again!");
7-
unsafe {
8-
evenmorehello()
9-
};
7+
unsafe { evenmorehello() };
108
}

0 commit comments

Comments
 (0)