1
Fork 0

Remove unused fluent messages

This commit is contained in:
r0cky 2024-03-01 09:59:44 +08:00
parent 77be7a3e0d
commit 2064c19886
4 changed files with 0 additions and 33 deletions

View file

@ -221,12 +221,6 @@ builtin_macros_requires_cfg_pattern =
macro requires a cfg-pattern as an argument
.label = cfg-pattern required
builtin_macros_should_panic = functions using `#[should_panic]` must return `()`
builtin_macros_test_arg_non_lifetime = functions used as tests can not have any non-lifetime generic parameters
builtin_macros_test_args = functions used as tests can not have any arguments
builtin_macros_test_bad_fn = {$kind} functions cannot be used for tests
.label = `{$kind}` because of this