File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/rustdoc-json/reexport Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ pub mod inner {
1313// @set import_id = - "$.index[*][?(@.inner.name=='NewName')].id"
1414// @!has - "$.index[*][?(@.inner.name=='Public')]"
1515// @has - "$.index[*][?(@.name=='rename_public')].inner.items[*]" $import_id
16- // @is - "$.index[*][?(@.inner.name=='NewName')].inner.span " \"inner::Public\"
16+ // @is - "$.index[*][?(@.inner.name=='NewName')].inner.source " \"inner::Public\"
1717pub use inner:: Public as NewName ;
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ pub mod inner {
1414
1515// @set import_id = - "$.index[*][?(@.inner.name=='Public')].id"
1616// @has - "$.index[*][?(@.name=='simple_public')].inner.items[*]" $import_id
17- // @is - "$.index[*][?(@.inner.name=='Public')].inner.span " \"inner::Public\"
17+ // @is - "$.index[*][?(@.inner.name=='Public')].inner.source " \"inner::Public\"
1818pub use inner:: Public ;
You can’t perform that action at this time.
0 commit comments