mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
Fix ui test
This commit is contained in:
parent
c01e3dce04
commit
7947cdcafb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user