about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorYacin Tmimi <yacintmimi@gmail.com>2024-03-13 14:52:35 -0400
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2024-04-07 13:54:23 -0500
commita848e28ff25f3bbebbb04634bbb5dff58df41380 (patch)
tree3f24f59c792cf92c36a977833859f34e132ad799 /tests
parent202fa22cee5badff77129a7bea5c90228d354ac9 (diff)
downloadrust-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.rs12
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 {
-    () => {};
-}