From 7947cdcafbaf316fe7c826d983a76b23652d002a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 10 Jan 2025 14:26:20 +0100 Subject: [PATCH] Fix ui test --- testing/tests/ui/pluralize.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tests/ui/pluralize.stderr b/testing/tests/ui/pluralize.stderr index 425bf849..cf6600db 100644 --- a/testing/tests/ui/pluralize.stderr +++ b/testing/tests/ui/pluralize.stderr @@ -2,7 +2,7 @@ error[E0277]: the trait bound `str: PluralizeCount` is not satisfied --> tests/ui/pluralize.rs:3:10 | 3 | #[derive(Template)] - | ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`, which is required by `&str: PluralizeCount` + | ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str` | = help: the following other types implement trait `PluralizeCount`: &T