5
5
6
6
extern crate reexports;
7
7
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) {'
9
9
pub use reexports:: addr_of;
10
10
// @!has 'foo/macro.addr_of_crate.html'
11
11
pub ( crate ) use reexports:: addr_of_crate;
@@ -14,7 +14,7 @@ pub(self) use reexports::addr_of_self;
14
14
// @!has 'foo/macro.addr_of_local.html'
15
15
use reexports:: addr_of_local;
16
16
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;'
18
18
pub use reexports:: Foo ;
19
19
// @!has 'foo/struct.FooCrate.html'
20
20
pub ( crate ) use reexports:: FooCrate ;
@@ -23,7 +23,7 @@ pub(self) use reexports::FooSelf;
23
23
// @!has 'foo/struct.FooLocal.html'
24
24
use reexports:: FooLocal ;
25
25
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 {'
27
27
pub use reexports:: Bar ;
28
28
// @!has 'foo/enum.BarCrate.html'
29
29
pub ( crate ) use reexports:: BarCrate ;
@@ -50,7 +50,7 @@ pub(self) use reexports::TypeSelf;
50
50
// @!has 'foo/type.TypeLocal.html'
51
51
use reexports:: TypeLocal ;
52
52
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 {'
54
54
pub use reexports:: Union ;
55
55
// @!has 'foo/union.UnionCrate.html'
56
56
pub ( crate ) use reexports:: UnionCrate ;
@@ -61,33 +61,33 @@ use reexports::UnionLocal;
61
61
62
62
pub mod outer {
63
63
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) {'
65
65
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) {'
67
67
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) {'
69
69
pub ( super ) use reexports:: addr_of_super;
70
70
// @!has 'foo/outer/inner/macro.addr_of_self.html'
71
71
pub ( self ) use reexports:: addr_of_self;
72
72
// @!has 'foo/outer/inner/macro.addr_of_local.html'
73
73
use reexports:: addr_of_local;
74
74
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;'
76
76
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;'
78
78
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;'
80
80
pub ( super ) use reexports:: FooSuper ;
81
81
// @!has 'foo/outer/inner/struct.FooSelf.html'
82
82
pub ( self ) use reexports:: FooSelf ;
83
83
// @!has 'foo/outer/inner/struct.FooLocal.html'
84
84
use reexports:: FooLocal ;
85
85
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 {'
87
87
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 {'
89
89
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 {'
91
91
pub ( super ) use reexports:: BarSuper ;
92
92
// @!has 'foo/outer/inner/enum.BarSelf.html'
93
93
pub ( self ) use reexports:: BarSelf ;
@@ -116,11 +116,11 @@ pub mod outer {
116
116
// @!has 'foo/outer/inner/type.TypeLocal.html'
117
117
use reexports:: TypeLocal ;
118
118
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 {'
120
120
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 {'
122
122
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 {'
124
124
pub ( super ) use reexports:: UnionSuper ;
125
125
// @!has 'foo/outer/inner/union.UnionSelf.html'
126
126
pub ( self ) use reexports:: UnionSelf ;
0 commit comments