File tree 3 files changed +0
-64
lines changed
3 files changed +0
-64
lines changed Original file line number Diff line number Diff line change 45
45
- [ Limits] ( attributes/limits.md )
46
46
- [ Type System] ( attributes/type_system.md )
47
47
- [ Debugger] ( attributes/debugger.md )
48
- - [ Coverage instrumentation] ( attributes/coverage-instrumentation.md )
49
48
50
49
- [ Statements and expressions] ( statements-and-expressions.md )
51
50
- [ Statements] ( statements.md )
Original file line number Diff line number Diff line change @@ -330,9 +330,6 @@ The following is an index of all built-in attributes.
330
330
- [ ` debugger_visualizer ` ] --- Embeds a file that specifies debugger output for a type.
331
331
- [ ` collapse_debuginfo ` ] --- Controls how macro invocations are encoded in debuginfo.
332
332
333
- - Coverage Instrumentation
334
- - [ ` coverage ` ] --- Controls how code coverage is instrumented.
335
-
336
333
[ Doc comments ] : comments.md#doc-comments
337
334
[ ECMA-334 ] : https://www.ecma-international.org/publications-and-standards/standards/ecma-334/
338
335
[ ECMA-335 ] : https://www.ecma-international.org/publications-and-standards/standards/ecma-335/
@@ -351,7 +348,6 @@ The following is an index of all built-in attributes.
351
348
[ `cfg` ] : conditional-compilation.md#the-cfg-attribute
352
349
[ `cold` ] : attributes/codegen.md#the-cold-attribute
353
350
[ `collapse_debuginfo` ] : attributes/debugger.md#the-collapse_debuginfo-attribute
354
- [ `coverage` ] : attributes/coverage-instrumentation.md#the-coverage-attribute
355
351
[ `crate_name` ] : crates-and-source-files.md#the-crate_name-attribute
356
352
[ `crate_type` ] : linkage.md
357
353
[ `debugger_visualizer` ] : attributes/debugger.md#the-debugger_visualizer-attribute
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments