diff options
Diffstat (limited to 'tests/rustdoc-json/structs/tuple_empty.rs')
| -rw-r--r-- | tests/rustdoc-json/structs/tuple_empty.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-json/structs/tuple_empty.rs b/tests/rustdoc-json/structs/tuple_empty.rs new file mode 100644 index 00000000000..0ad6a89547f --- /dev/null +++ b/tests/rustdoc-json/structs/tuple_empty.rs @@ -0,0 +1,2 @@ +// @is "$.index[*][?(@.name=='TupleUnit')].inner.kind.tuple" [] +pub struct TupleUnit(); |
