summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/new_ret_no_self.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/new_ret_no_self.rs')
-rw-r--r--src/tools/clippy/tests/ui/new_ret_no_self.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/new_ret_no_self.rs b/src/tools/clippy/tests/ui/new_ret_no_self.rs
index beec42f08..a2a30c8b9 100644
--- a/src/tools/clippy/tests/ui/new_ret_no_self.rs
+++ b/src/tools/clippy/tests/ui/new_ret_no_self.rs
@@ -406,7 +406,7 @@ mod issue10041 {
struct Bomb;
impl Bomb {
- // Hidden <Rhs = Self> default generic paramter.
+ // Hidden <Rhs = Self> default generic parameter.
pub fn new() -> impl PartialOrd {
0i32
}