Skip to content

Commit 0c7b550

Browse files
authored
Removed TODO comment
1 parent 8e55ce5 commit 0c7b550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lints/pub_api_sealed_trait_became_unsealed.ron

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SemverQuery(
66
Review this change carefully to avoid unintentionally breaking compatibility in the future",
77
required_update: Minor,
88
lint_level: Warn,
9-
reference_link: Some("https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed"), // TODO
9+
reference_link: Some("https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed"),
1010
query: r#"
1111
{
1212
CrateDiff {

0 commit comments

Comments
 (0)