Skip to content

Commit be768e0

Browse files
committed
fix: description
1 parent 3ed7455 commit be768e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lints/pub_api_sealed_trait_became_unconditionally_sealed.ron

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SemverQuery(
22
id: "pub_api_sealed_trait_became_unconditionally_sealed",
3-
human_readable_name: "Public API sealed trait became unconditionally sealed",
3+
human_readable_name: "public API sealed trait became unconditionally sealed",
44
description: "A public API sealed trait has become unconditionally sealed, blocking external implementations, including those from first-party crates relying on non-public API access.",
55
required_update: Minor,
66
lint_level: Warn,

0 commit comments

Comments
 (0)