Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
- [Limits](attributes/limits.md)
- [Type System](attributes/type_system.md)
- [Debugger](attributes/debugger.md)
- [Coverage instrumentation](attributes/coverage-instrumentation.md)

- [Statements and expressions](statements-and-expressions.md)
- [Statements](statements.md)
Expand Down
4 changes: 0 additions & 4 deletions src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ The following is an index of all built-in attributes.
- [`debugger_visualizer`] --- Embeds a file that specifies debugger output for a type.
- [`collapse_debuginfo`] --- Controls how macro invocations are encoded in debuginfo.

- Coverage Instrumentation
- [`coverage`] --- Controls how code coverage is instrumented.

[Doc comments]: comments.md#doc-comments
[ECMA-334]: https://www.ecma-international.org/publications-and-standards/standards/ecma-334/
[ECMA-335]: https://www.ecma-international.org/publications-and-standards/standards/ecma-335/
Expand All @@ -351,7 +348,6 @@ The following is an index of all built-in attributes.
[`cfg`]: conditional-compilation.md#the-cfg-attribute
[`cold`]: attributes/codegen.md#the-cold-attribute
[`collapse_debuginfo`]: attributes/debugger.md#the-collapse_debuginfo-attribute
[`coverage`]: attributes/coverage-instrumentation.md#the-coverage-attribute
[`crate_name`]: crates-and-source-files.md#the-crate_name-attribute
[`crate_type`]: linkage.md
[`debugger_visualizer`]: attributes/debugger.md#the-debugger_visualizer-attribute
Expand Down
59 changes: 0 additions & 59 deletions src/attributes/coverage-instrumentation.md

This file was deleted.

Loading