about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2025-03-01 11:50:26 +0100
committerxFrednet <xFrednet@gmail.com>2025-03-01 12:05:09 +0100
commit7fe160a60d58456dff82fec397d330f22cb00242 (patch)
treeecec905c502395ffeeb37a54ce3aea48fc81cafa /tests
parent60191cfd5ba18ef83800e4599a9a7e073e12d1c9 (diff)
downloadrust-7fe160a60d58456dff82fec397d330f22cb00242.tar.gz
rust-7fe160a60d58456dff82fec397d330f22cb00242.zip
Rename `doc_comment_double_space_linebreak` -> `doc_comment_double_space_linebreaks`
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/doc/doc_comment_double_space_linebreaks.fixed (renamed from tests/ui/doc/doc_comment_double_space_linebreak.fixed)0
-rw-r--r--tests/ui/doc/doc_comment_double_space_linebreaks.rs (renamed from tests/ui/doc/doc_comment_double_space_linebreak.rs)0
-rw-r--r--tests/ui/doc/doc_comment_double_space_linebreaks.stderr (renamed from tests/ui/doc/doc_comment_double_space_linebreak.stderr)10
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/ui/doc/doc_comment_double_space_linebreak.fixed b/tests/ui/doc/doc_comment_double_space_linebreaks.fixed
index efcd56809b7..efcd56809b7 100644
--- a/tests/ui/doc/doc_comment_double_space_linebreak.fixed
+++ b/tests/ui/doc/doc_comment_double_space_linebreaks.fixed
diff --git a/tests/ui/doc/doc_comment_double_space_linebreak.rs b/tests/ui/doc/doc_comment_double_space_linebreaks.rs
index c64eedc2428..c64eedc2428 100644
--- a/tests/ui/doc/doc_comment_double_space_linebreak.rs
+++ b/tests/ui/doc/doc_comment_double_space_linebreaks.rs
diff --git a/tests/ui/doc/doc_comment_double_space_linebreak.stderr b/tests/ui/doc/doc_comment_double_space_linebreaks.stderr
index 5a6171c837b..41b0790e5d3 100644
--- a/tests/ui/doc/doc_comment_double_space_linebreak.stderr
+++ b/tests/ui/doc/doc_comment_double_space_linebreaks.stderr
@@ -1,15 +1,15 @@
 error: doc comment uses two spaces for a hard line break
-  --> tests/ui/doc/doc_comment_double_space_linebreak.rs:7:43
+  --> tests/ui/doc/doc_comment_double_space_linebreaks.rs:7:43
    |
 LL | //! Should warn on double space linebreaks  
    |                                           ^^
    |
    = help: replace this double space with a backslash: `\`
    = note: `-D clippy::doc-comment-double-space-linebreak` implied by `-D warnings`
-   = help: to override `-D warnings` add `#[allow(clippy::doc_comment_double_space_linebreak)]`
+   = help: to override `-D warnings` add `#[allow(clippy::doc_comment_double_space_linebreaks)]`
 
 error: doc comment uses two spaces for a hard line break
-  --> tests/ui/doc/doc_comment_double_space_linebreak.rs:35:51
+  --> tests/ui/doc/doc_comment_double_space_linebreaks.rs:35:51
    |
 LL | /// Should warn when doc comment uses double space  
    |                                                   ^^
@@ -19,7 +19,7 @@ LL | /// as a line-break, even when there are multiple
    = help: replace this double space with a backslash: `\`
 
 error: doc comment uses two spaces for a hard line break
-  --> tests/ui/doc/doc_comment_double_space_linebreak.rs:44:12
+  --> tests/ui/doc/doc_comment_double_space_linebreaks.rs:44:12
    |
 LL | /// 🌹 are 🟥  
    |              ^^
@@ -33,7 +33,7 @@ LL | /// and so are 🫵
    = help: replace this double space with a backslash: `\`
 
 error: doc comment uses two spaces for a hard line break
-  --> tests/ui/doc/doc_comment_double_space_linebreak.rs:86:16
+  --> tests/ui/doc/doc_comment_double_space_linebreaks.rs:86:16
    |
 LL | /// here we mix  
    |                ^^