diff options
Diffstat (limited to 'third_party/git/t/t4018/rust-struct')
-rw-r--r-- | third_party/git/t/t4018/rust-struct | 5 |
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 76aff1c0d8ef..000000000000 --- 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, -} |