We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5de3ec commit 39375e1Copy full SHA for 39375e1
compiler/rustc_middle/src/lint.rs
@@ -291,7 +291,7 @@ pub fn explain_lint_level_source(
291
///
292
/// There are 2 reasons for this signature.
293
294
-/// First off all, it prevents accidental use of `.emit()` -- it's clear that the
+/// First of all, it prevents accidental use of `.emit()` -- it's clear that the
295
/// builder will be later used and shouldn't be emitted right away (this is
296
/// especially important because the old API expected you to call `.emit()` in
297
/// the closure).
0 commit comments