1
Fork 0

fluent: mandate slug names to be prefixed by crate name

This commit is contained in:
Xiretza 2022-08-17 12:09:06 +02:00
parent d0ea1d7679
commit c9b1a5874d
2 changed files with 18 additions and 6 deletions

View file

@ -14,7 +14,7 @@ privacy_in_public_interface = {$vis_descr} {$kind} `{$descr}` in public interfac
privacy_from_private_dep_in_public_interface =
{$kind} `{$descr}` from private dependency '{$krate}' in public interface
private_in_public_lint =
privacy_private_in_public_lint =
{$vis_descr} {$kind} `{$descr}` in public interface (error {$kind ->
[trait] E0445
*[other] E0446