Suggest to use a wrapper in the wiki for the empty_enum lint
This commit is contained in:
@@ -6,7 +6,8 @@ use utils::span_lint_and_then;
|
|||||||
|
|
||||||
/// **What it does:** Checks for `enum`s with no variants.
|
/// **What it does:** Checks for `enum`s with no variants.
|
||||||
///
|
///
|
||||||
/// **Why is this bad?** Enum's with no variants should be replaced with `!`.
|
/// **Why is this bad?** Enum's with no variants should be replaced with `!`, the uninhabited type,
|
||||||
|
/// or a wrapper around it.
|
||||||
///
|
///
|
||||||
/// **Known problems:** None.
|
/// **Known problems:** None.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user