Skip to content

Commit e53d30b

Browse files
committed
Clean up the markdown
1 parent 8b4a45c commit e53d30b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/attributes/codegen.md

-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ would not be possible cannot be annotated with this attribute. This includes:
107107
- safe trait methods
108108
- safe default functions in traits
109109

110-
111110
r[attributes.codegen.target_feature.inline]
112111
Functions marked with `target_feature` are not inlined into a context that
113112
does not support the given features. The `#[inline(always)]` attribute may not
@@ -495,7 +494,6 @@ trait object whose methods are attributed.
495494
[target architecture]: ../conditional-compilation.md#target_arch
496495
[trait]: ../items/traits.md
497496
[undefined behavior]: ../behavior-considered-undefined.md
498-
[unsafe function]: ../unsafe-keyword.md
499497
[rust-abi]: ../items/external-blocks.md#abi
500498
[`Location`]: core::panic::Location
501499

0 commit comments

Comments
 (0)