diff options
| author | Yukang <moorekang@gmail.com> | 2023-01-08 22:51:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 22:51:42 +0800 |
| commit | 0e570e58f2cf465f254b7e6c56584ec732a77dbc (patch) | |
| tree | bac19f296756810f3199f235b256be4b31712f19 /src/test | |
| parent | 6082729646e3530ecdd522921837806db83b27e3 (diff) | |
| download | rust-0e570e58f2cf465f254b7e6c56584ec732a77dbc.tar.gz rust-0e570e58f2cf465f254b7e6c56584ec732a77dbc.zip | |
Remove extra space
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr | 2 |
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 | |
