about summary refs log tree commit diff
path: root/tests/ui/builtin-superkinds
diff options
context:
space:
mode:
authorAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2023-10-08 10:06:17 +0000
committerAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2023-10-08 10:06:17 +0000
commita8830631b9446c8b48cd4eba1ef448eb5a258cdc (patch)
treed5caa0da3bd6cdd6ad7d2893de213e331815855e /tests/ui/builtin-superkinds
parent996ffcb718941fc36ec5fdee38ed99ce20ec06d5 (diff)
downloadrust-a8830631b9446c8b48cd4eba1ef448eb5a258cdc.tar.gz
rust-a8830631b9446c8b48cd4eba1ef448eb5a258cdc.zip
remove trailing dots
Diffstat (limited to 'tests/ui/builtin-superkinds')
-rw-r--r--tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr b/tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr
index 88a8a0a16a2..0e2c6c60b6e 100644
--- a/tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr
+++ b/tests/ui/builtin-superkinds/builtin-superkinds-self-type.stderr
@@ -12,7 +12,7 @@ note: ...that is required by this bound
    |
 LL | trait Foo : Sized+Sync+'static {
    |                        ^^^^^^^
-help: consider adding an explicit lifetime bound...
+help: consider adding an explicit lifetime bound
    |
 LL | impl <T: Sync + 'static> Foo for T { }
    |               +++++++++