File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ would not be possible cannot be annotated with this attribute. This includes:
107
107
- safe trait methods
108
108
- safe default functions in traits
109
109
110
-
111
110
r[ attributes.codegen.target_feature.inline]
112
111
Functions marked with ` target_feature ` are not inlined into a context that
113
112
does not support the given features. The ` #[inline(always)] ` attribute may not
@@ -495,7 +494,6 @@ trait object whose methods are attributed.
495
494
[ target architecture ] : ../conditional-compilation.md#target_arch
496
495
[ trait ] : ../items/traits.md
497
496
[ undefined behavior ] : ../behavior-considered-undefined.md
498
- [ unsafe function ] : ../unsafe-keyword.md
499
497
[ rust-abi ] : ../items/external-blocks.md#abi
500
498
[ `Location` ] : core::panic::Location
501
499
You can’t perform that action at this time.
0 commit comments