about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr b/src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr
index 22bafc6cc8b..8607917ede6 100644
--- a/src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr
+++ b/src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr
@@ -6,7 +6,7 @@ LL |     foo(s);
    |
 help: consider further restricting this bound
    |
-LL | fn bar<T: X + Clone>(s: &T)  {
+LL | fn bar<T: X + Clone>(s: &T) {
    |             +++++++
 help: consider using clone here
    |