We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37853a7 + cfec4e2 commit 16285e7Copy full SHA for 16285e7
1 file changed
src/hello/print.md
@@ -87,7 +87,7 @@ for these types. To print text for custom types, more steps are required.
87
Implementing the `fmt::Display` trait automatically implements the
88
[`ToString`] trait which allows us to [convert] the type to [`String`][string].
89
90
-In *line 43*, `#[allow(dead_code)]` is an [attribute] which only applies to the module after it.
+In *line 43*, `#[allow(dead_code)]` is an [attribute] which only applies to the item after it.
91
92
### Activities
93
0 commit comments