about summary refs log tree commit diff
path: root/third_party/git/t/t4018/rust-struct
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/rust-struct')
-rw-r--r--third_party/git/t/t4018/rust-struct5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/git/t/t4018/rust-struct b/third_party/git/t/t4018/rust-struct
deleted file mode 100644
index 76aff1c0d8..0000000000
--- a/third_party/git/t/t4018/rust-struct
+++ /dev/null
@@ -1,5 +0,0 @@
-#[derive(Debug)]
-pub(super) struct RIGHT<'a> {
-    name: &'a str,
-    age: ChangeMe,
-}