File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
//! type, but not the all-important methods.
64
64
//!
65
65
//! So for example there is a [page for the primitive type
66
- //! `i32 `](primitive::i32 ) that lists all the methods that can be called on
67
- //! 32-bit integers (very useful), and there is a [page for the module
68
- //! `std::i32 `] that documents the constant values [`MIN`] and [`MAX`] (rarely
69
- //! useful).
66
+ //! `char `](primitive::char ) that lists all the methods that can be called on
67
+ //! characters (very useful), and there is a [page for the module
68
+ //! `std::char `] that documents iterator and error types created by these methods
69
+ //! (rarely useful).
70
70
//!
71
71
//! Note the documentation for the primitives [`str`] and [`[T]`][prim@slice] (also
72
72
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
You can’t perform that action at this time.
0 commit comments