Skip to content

Commit 7975134

Browse files
committed
Remove more references to reflection from docs
1 parent 431a27f commit 7975134

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/rust.texi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,6 @@ Rust; they cannot be used as user-defined identifiers in any context.
21892189
@subsection Ref.Type.Any
21902190
@cindex Any type
21912191
@cindex Dynamic type, see @i{Any type}
2192-
@cindex Reflection
21932192
@cindex Alt type expression
21942193

21952194
The type @code{any} is the union of all possible Rust types. A value of type
@@ -3662,7 +3661,6 @@ communication, reflection, logging and signal handling.
36623661
* Ref.Run.Mem:: Runtime memory management service.
36633662
* Ref.Run.Type:: Runtime built-in type services.
36643663
* Ref.Run.Comm:: Runtime communication service.
3665-
* Ref.Run.Refl:: Runtime reflection system.
36663664
* Ref.Run.Log:: Runtime logging system.
36673665
* Ref.Run.Sig:: Runtime signal handler.
36683666
@end menu

0 commit comments

Comments
 (0)