Update rustdoc-json test files
This commit is contained in:
parent
57c85bd97d
commit
d3d9e223e2
60 changed files with 552 additions and 567 deletions
|
@ -1,5 +1,5 @@
|
|||
// @has tuple.json "$.index[*][?(@.name=='Tuple')].visibility" \"public\"
|
||||
// @has - "$.index[*][?(@.name=='Tuple')].kind" \"struct\"
|
||||
// @has - "$.index[*][?(@.name=='Tuple')].inner.struct_type" \"tuple\"
|
||||
// @has - "$.index[*][?(@.name=='Tuple')].inner.fields_stripped" true
|
||||
// @has "$.index[*][?(@.name=='Tuple')].visibility" \"public\"
|
||||
// @has "$.index[*][?(@.name=='Tuple')].kind" \"struct\"
|
||||
// @has "$.index[*][?(@.name=='Tuple')].inner.struct_type" \"tuple\"
|
||||
// @has "$.index[*][?(@.name=='Tuple')].inner.fields_stripped" true
|
||||
pub struct Tuple(u32, String);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue