1
Fork 0

migrate: deref_into_dyn_supertrait.rs

This commit is contained in:
Rejyr 2022-11-24 20:03:06 -05:00
parent f38db48dbd
commit fe09291036
3 changed files with 33 additions and 18 deletions

View file

@ -457,6 +457,9 @@ lint_builtin_special_module_name_used_lib = found module declaration for lib.rs
lint_builtin_special_module_name_used_main = found module declaration for main.rs
.note = a binary crate cannot be used as library
lint_supertrait_as_deref_target = `{$t}` implements `Deref` with supertrait `{$target_principal}` as target
.label = target type is set here
lint_overruled_attribute = {$lint_level}({$lint_source}) incompatible with previous forbid
.label = overruled by previous forbid