1
Fork 0

Make sure tests pass

This commit is contained in:
Nikita Tomashevich 2023-01-22 18:54:47 +03:00 committed by IQuant
parent b8feb63345
commit 6fa4c7d89c

View file

@ -995,7 +995,7 @@ pub enum WhereClauseSuggestions {
}, },
#[suggestion( #[suggestion(
infer_where_copy_predicates, infer_where_copy_predicates,
code = "{space}where {}", code = "{space}where {trait_predicates}",
applicability = "machine-applicable", applicability = "machine-applicable",
style = "verbose" style = "verbose"
)] )]