55
66extern crate reexports;
77
8- // @has 'foo/macro.addr_of.html' '//*[@class="docblock item-decl"]' 'pub macro addr_of($place:expr) {'
8+ // @has 'foo/macro.addr_of.html' '//*[@class="item-decl"]' 'pub macro addr_of($place:expr) {'
99pub use reexports:: addr_of;
1010// @!has 'foo/macro.addr_of_crate.html'
1111pub ( crate ) use reexports:: addr_of_crate;
@@ -14,7 +14,7 @@ pub(self) use reexports::addr_of_self;
1414// @!has 'foo/macro.addr_of_local.html'
1515use reexports:: addr_of_local;
1616
17- // @has 'foo/struct.Foo.html' '//*[@class="docblock item-decl"]' 'pub struct Foo;'
17+ // @has 'foo/struct.Foo.html' '//*[@class="item-decl"]' 'pub struct Foo;'
1818pub use reexports:: Foo ;
1919// @!has 'foo/struct.FooCrate.html'
2020pub ( crate ) use reexports:: FooCrate ;
@@ -23,7 +23,7 @@ pub(self) use reexports::FooSelf;
2323// @!has 'foo/struct.FooLocal.html'
2424use reexports:: FooLocal ;
2525
26- // @has 'foo/enum.Bar.html' '//*[@class="docblock item-decl"]' 'pub enum Bar {'
26+ // @has 'foo/enum.Bar.html' '//*[@class="item-decl"]' 'pub enum Bar {'
2727pub use reexports:: Bar ;
2828// @!has 'foo/enum.BarCrate.html'
2929pub ( crate ) use reexports:: BarCrate ;
@@ -50,7 +50,7 @@ pub(self) use reexports::TypeSelf;
5050// @!has 'foo/type.TypeLocal.html'
5151use reexports:: TypeLocal ;
5252
53- // @has 'foo/union.Union.html' '//*[@class="docblock item-decl"]' 'pub union Union {'
53+ // @has 'foo/union.Union.html' '//*[@class="item-decl"]' 'pub union Union {'
5454pub use reexports:: Union ;
5555// @!has 'foo/union.UnionCrate.html'
5656pub ( crate ) use reexports:: UnionCrate ;
@@ -61,33 +61,33 @@ use reexports::UnionLocal;
6161
6262pub mod outer {
6363 pub mod inner {
64- // @has 'foo/outer/inner/macro.addr_of.html' '//*[@class="docblock item-decl"]' 'pub macro addr_of($place:expr) {'
64+ // @has 'foo/outer/inner/macro.addr_of.html' '//*[@class="item-decl"]' 'pub macro addr_of($place:expr) {'
6565 pub use reexports:: addr_of;
66- // @has 'foo/outer/inner/macro.addr_of_crate.html' '//*[@class="docblock item-decl"]' 'pub(crate) macro addr_of_crate($place:expr) {'
66+ // @has 'foo/outer/inner/macro.addr_of_crate.html' '//*[@class="item-decl"]' 'pub(crate) macro addr_of_crate($place:expr) {'
6767 pub ( crate ) use reexports:: addr_of_crate;
68- // @has 'foo/outer/inner/macro.addr_of_super.html' '//*[@class="docblock item-decl"]' 'pub(in outer) macro addr_of_super($place:expr) {'
68+ // @has 'foo/outer/inner/macro.addr_of_super.html' '//*[@class="item-decl"]' 'pub(in outer) macro addr_of_super($place:expr) {'
6969 pub ( super ) use reexports:: addr_of_super;
7070 // @!has 'foo/outer/inner/macro.addr_of_self.html'
7171 pub ( self ) use reexports:: addr_of_self;
7272 // @!has 'foo/outer/inner/macro.addr_of_local.html'
7373 use reexports:: addr_of_local;
7474
75- // @has 'foo/outer/inner/struct.Foo.html' '//*[@class="docblock item-decl"]' 'pub struct Foo;'
75+ // @has 'foo/outer/inner/struct.Foo.html' '//*[@class="item-decl"]' 'pub struct Foo;'
7676 pub use reexports:: Foo ;
77- // @has 'foo/outer/inner/struct.FooCrate.html' '//*[@class="docblock item-decl"]' 'pub(crate) struct FooCrate;'
77+ // @has 'foo/outer/inner/struct.FooCrate.html' '//*[@class="item-decl"]' 'pub(crate) struct FooCrate;'
7878 pub ( crate ) use reexports:: FooCrate ;
79- // @has 'foo/outer/inner/struct.FooSuper.html' '//*[@class="docblock item-decl"]' 'pub(in outer) struct FooSuper;'
79+ // @has 'foo/outer/inner/struct.FooSuper.html' '//*[@class="item-decl"]' 'pub(in outer) struct FooSuper;'
8080 pub ( super ) use reexports:: FooSuper ;
8181 // @!has 'foo/outer/inner/struct.FooSelf.html'
8282 pub ( self ) use reexports:: FooSelf ;
8383 // @!has 'foo/outer/inner/struct.FooLocal.html'
8484 use reexports:: FooLocal ;
8585
86- // @has 'foo/outer/inner/enum.Bar.html' '//*[@class="docblock item-decl"]' 'pub enum Bar {'
86+ // @has 'foo/outer/inner/enum.Bar.html' '//*[@class="item-decl"]' 'pub enum Bar {'
8787 pub use reexports:: Bar ;
88- // @has 'foo/outer/inner/enum.BarCrate.html' '//*[@class="docblock item-decl"]' 'pub(crate) enum BarCrate {'
88+ // @has 'foo/outer/inner/enum.BarCrate.html' '//*[@class="item-decl"]' 'pub(crate) enum BarCrate {'
8989 pub ( crate ) use reexports:: BarCrate ;
90- // @has 'foo/outer/inner/enum.BarSuper.html' '//*[@class="docblock item-decl"]' 'pub(in outer) enum BarSuper {'
90+ // @has 'foo/outer/inner/enum.BarSuper.html' '//*[@class="item-decl"]' 'pub(in outer) enum BarSuper {'
9191 pub ( super ) use reexports:: BarSuper ;
9292 // @!has 'foo/outer/inner/enum.BarSelf.html'
9393 pub ( self ) use reexports:: BarSelf ;
@@ -116,11 +116,11 @@ pub mod outer {
116116 // @!has 'foo/outer/inner/type.TypeLocal.html'
117117 use reexports:: TypeLocal ;
118118
119- // @has 'foo/outer/inner/union.Union.html' '//*[@class="docblock item-decl"]' 'pub union Union {'
119+ // @has 'foo/outer/inner/union.Union.html' '//*[@class="item-decl"]' 'pub union Union {'
120120 pub use reexports:: Union ;
121- // @has 'foo/outer/inner/union.UnionCrate.html' '//*[@class="docblock item-decl"]' 'pub(crate) union UnionCrate {'
121+ // @has 'foo/outer/inner/union.UnionCrate.html' '//*[@class="item-decl"]' 'pub(crate) union UnionCrate {'
122122 pub ( crate ) use reexports:: UnionCrate ;
123- // @has 'foo/outer/inner/union.UnionSuper.html' '//*[@class="docblock item-decl"]' 'pub(in outer) union UnionSuper {'
123+ // @has 'foo/outer/inner/union.UnionSuper.html' '//*[@class="item-decl"]' 'pub(in outer) union UnionSuper {'
124124 pub ( super ) use reexports:: UnionSuper ;
125125 // @!has 'foo/outer/inner/union.UnionSelf.html'
126126 pub ( self ) use reexports:: UnionSelf ;
0 commit comments