We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb2281 commit b8c51a6Copy full SHA for b8c51a6
core/src/intrinsics/mir.rs
@@ -213,7 +213,7 @@
213
//! - All other locals need to be declared with `let` somewhere and then can be accessed by name.
214
//!
215
//! #### Places
216
-//! - Locals implicit convert to places.
+//! - Locals implicitly convert to places.
217
//! - Field accesses, derefs, and indexing work normally.
218
//! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions,
219
//! see their documentation for details.
0 commit comments