Skip to content

Commit acd6794

Browse files
authored
Merge pull request #1706 from rust-lang/revert-1628-coverage
Revert "`coverage` attribute"
2 parents 4dfaa4f + bc3054e commit acd6794

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

src/SUMMARY.md

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
- [Limits](attributes/limits.md)
4646
- [Type System](attributes/type_system.md)
4747
- [Debugger](attributes/debugger.md)
48-
- [Coverage instrumentation](attributes/coverage-instrumentation.md)
4948

5049
- [Statements and expressions](statements-and-expressions.md)
5150
- [Statements](statements.md)

src/attributes.md

-4
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ The following is an index of all built-in attributes.
330330
- [`debugger_visualizer`] --- Embeds a file that specifies debugger output for a type.
331331
- [`collapse_debuginfo`] --- Controls how macro invocations are encoded in debuginfo.
332332

333-
- Coverage Instrumentation
334-
- [`coverage`] --- Controls how code coverage is instrumented.
335-
336333
[Doc comments]: comments.md#doc-comments
337334
[ECMA-334]: https://www.ecma-international.org/publications-and-standards/standards/ecma-334/
338335
[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.
351348
[`cfg`]: conditional-compilation.md#the-cfg-attribute
352349
[`cold`]: attributes/codegen.md#the-cold-attribute
353350
[`collapse_debuginfo`]: attributes/debugger.md#the-collapse_debuginfo-attribute
354-
[`coverage`]: attributes/coverage-instrumentation.md#the-coverage-attribute
355351
[`crate_name`]: crates-and-source-files.md#the-crate_name-attribute
356352
[`crate_type`]: linkage.md
357353
[`debugger_visualizer`]: attributes/debugger.md#the-debugger_visualizer-attribute

src/attributes/coverage-instrumentation.md

-59
This file was deleted.

0 commit comments

Comments
 (0)