diff options
Diffstat (limited to 'vendor/quote/tests/ui/does-not-have-iter.rs')
-rw-r--r-- | vendor/quote/tests/ui/does-not-have-iter.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/quote/tests/ui/does-not-have-iter.rs b/vendor/quote/tests/ui/does-not-have-iter.rs deleted file mode 100644 index 8908353..0000000 --- a/vendor/quote/tests/ui/does-not-have-iter.rs +++ /dev/null @@ -1,5 +0,0 @@ -use quote::quote; - -fn main() { - quote!(#(a b)*); -} |