diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2024-03-13 14:52:35 -0400 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2024-04-07 13:54:23 -0500 |
| commit | a848e28ff25f3bbebbb04634bbb5dff58df41380 (patch) | |
| tree | 3f24f59c792cf92c36a977833859f34e132ad799 /tests | |
| parent | 202fa22cee5badff77129a7bea5c90228d354ac9 (diff) | |
| download | rust-a848e28ff25f3bbebbb04634bbb5dff58df41380.tar.gz rust-a848e28ff25f3bbebbb04634bbb5dff58df41380.zip | |
Revert "Initial work on formatting headers"
This reverts commit dd301b0c04d5b5ba0fba54671bc115fc34b40862.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/target/keywords.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/target/keywords.rs b/tests/target/keywords.rs deleted file mode 100644 index 22bf7741936..00000000000 --- a/tests/target/keywords.rs +++ /dev/null @@ -1,12 +0,0 @@ -pub // a -macro // b -hi( - // c -) { - // d -} - -macro_rules! // a -my_macro { - () => {}; -} |
