File tree 1 file changed +2
-2
lines changed
src/tools/clippy/clippy_lints/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ declare_clippy_lint! {
183
183
184
184
declare_clippy_lint ! {
185
185
/// ### What it does
186
- /// Checks for empty lines after documenation comments.
186
+ /// Checks for empty lines after documentation comments.
187
187
///
188
188
/// ### Why is this bad?
189
189
/// The documentation comment was most likely meant to be an inner attribute or regular comment.
@@ -795,7 +795,7 @@ impl EarlyLintPass for EarlyAttributes {
795
795
796
796
/// Check for empty lines after outer attributes.
797
797
///
798
- /// Attributes and documenation comments are both considered outer attributes
798
+ /// Attributes and documentation comments are both considered outer attributes
799
799
/// by the AST. However, the average user likely considers them to be different.
800
800
/// Checking for empty lines after each of these attributes is split into two different
801
801
/// lints but can share the same logic.
You can’t perform that action at this time.
0 commit comments