8282///
8383/// [`unused_must_use`]: ../rustc/lints/listing/warn-by-default.html#unused-must-use
8484/// [the `must_use` attribute]: ../reference/attributes/diagnostics.html#the-must_use-attribute
85- mod must_use_attribute { }
85+ const _ : ( ) = ( ) ;
8686
8787#[ doc( attribute = "allow" ) ]
8888//
@@ -144,7 +144,7 @@ mod must_use_attribute {}
144144/// [`forbid`]: ./attribute.forbid.html
145145/// [`warn`]: ./attribute.warn.html
146146/// [`deny`]: ./attribute.deny.html
147- mod allow_attribute { }
147+ const _ : ( ) = ( ) ;
148148
149149#[ doc( attribute = "cfg" ) ]
150150//
@@ -192,7 +192,7 @@ mod allow_attribute {}
192192/// [`cfg_attr`]: ../reference/conditional-compilation.html#the-cfg_attr-attribute
193193/// [the `cfg` attribute]: ../reference/conditional-compilation.html#the-cfg-attribute
194194/// [`if`]: ./keyword.if.html
195- mod cfg_attribute { }
195+ const _ : ( ) = ( ) ;
196196
197197#[ doc( attribute = "deny" ) ]
198198//
@@ -240,7 +240,7 @@ mod cfg_attribute {}
240240/// [`allow`]: ./attribute.allow.html
241241/// [`warn`]: ./attribute.warn.html
242242/// [`deny`]: ./attribute.deny.html
243- mod deny_attribute { }
243+ const _ : ( ) = ( ) ;
244244
245245#[ doc( attribute = "forbid" ) ]
246246//
@@ -276,7 +276,7 @@ mod deny_attribute {}
276276/// [the `forbid` attribute]: ../reference/attributes/diagnostics.html#lint-check-attributes
277277/// [`allow`]: ./attribute.allow.html
278278/// [`warn`]: ./attribute.warn.html
279- mod forbid_attribute { }
279+ const _ : ( ) = ( ) ;
280280
281281#[ doc( attribute = "deprecated" ) ]
282282//
@@ -302,7 +302,7 @@ mod forbid_attribute {}
302302/// For more information, see the Reference on [the `deprecated` attribute].
303303///
304304/// [the `deprecated` attribute]: ../reference/attributes/diagnostics.html#the-deprecated-attribute
305- mod deprecated_attribute { }
305+ const _ : ( ) = ( ) ;
306306
307307#[ doc( attribute = "warn" ) ]
308308//
@@ -348,7 +348,7 @@ mod deprecated_attribute {}
348348/// [`allow`]: ./attribute.allow.html
349349/// [`deny`]: ./attribute.deny.html
350350/// [`forbid`]: ./attribute.forbid.html
351- mod warn_attribute { }
351+ const _ : ( ) = ( ) ;
352352
353353#[ doc( attribute = "no_std" ) ]
354354//
@@ -404,7 +404,7 @@ mod warn_attribute {}
404404/// [`Option`]: option::Option
405405/// [`Result`]: result::Result
406406/// [the `no_std` attribute]: ../reference/names/preludes.html#the-no_std-attribute
407- mod no_std_attribute { }
407+ const _ : ( ) = ( ) ;
408408
409409#[ doc( attribute = "inline" ) ]
410410//
@@ -444,7 +444,7 @@ mod no_std_attribute {}
444444/// For more information, see the Reference on [the `inline` attribute].
445445///
446446/// [the `inline` attribute]: ../reference/attributes/codegen.html#the-inline-attribute
447- mod inline_attribute { }
447+ const _ : ( ) = ( ) ;
448448
449449#[ doc( attribute = "cold" ) ]
450450//
@@ -474,7 +474,7 @@ mod inline_attribute {}
474474/// For more information, see the Reference on [the `cold` attribute].
475475///
476476/// [the `cold` attribute]: ../reference/attributes/codegen.html#the-cold-attribute
477- mod cold_attribute { }
477+ const _ : ( ) = ( ) ;
478478
479479#[ doc( attribute = "track_caller" ) ]
480480//
@@ -505,7 +505,7 @@ mod cold_attribute {}
505505/// [`Location::caller`]: panic::Location::caller
506506/// [`Option::unwrap`]: Option::unwrap
507507/// [the `track_caller` attribute]: ../reference/attributes/codegen.html#the-track_caller-attribute
508- mod track_caller_attribute { }
508+ const _ : ( ) = ( ) ;
509509
510510#[ doc( attribute = "proc_macro" ) ]
511511//
@@ -554,7 +554,7 @@ mod track_caller_attribute {}
554554/// [`TokenStream`]: ../proc_macro/struct.TokenStream.html
555555/// [function-like procedural macros]: ../reference/procedural-macros.html#the-proc_macro-attribute
556556/// [`proc_macro`]: ../proc_macro/index.html
557- mod proc_macro_attribute { }
557+ const _ : ( ) = ( ) ;
558558
559559#[ doc( attribute = "link_section" ) ]
560560//
@@ -580,4 +580,4 @@ mod proc_macro_attribute {}
580580/// For more information, see the Reference on [the `link_section` attribute].
581581///
582582/// [the `link_section` attribute]: ../reference/abi.html#the-link_section-attribute
583- mod link_section_attribute { }
583+ const _ : ( ) = ( ) ;
0 commit comments