We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc638e commit 6eb8e6dCopy full SHA for 6eb8e6d
clippy_lints/src/write.rs
@@ -264,8 +264,8 @@ impl EarlyLintPass for Pass {
264
}
265
266
/// Checks the arguments of `print[ln]!` and `write[ln]!` calls. It will return a tuple of two
267
-/// options. The first part of the tuple is format_str of the macros. The secund part of the tuple
268
-/// is in the `write[ln]!` case the expression the format_str should be written to.
+/// options. The first part of the tuple is `format_str` of the macros. The secund part of the tuple
+/// is in the `write[ln]!` case the expression the `format_str` should be written to.
269
///
270
/// Example:
271
0 commit comments