Skip to content

Commit 9ed928b

Browse files
authored
don't allow nightly lints (#19756)
# Objective - A nightly only lint is allowed in cargo.toml, making all stable builds issue warning - Fixes #19528 ## Solution - Don't allow nightly lints
1 parent 84f21f7 commit 9ed928b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ allow_attributes_without_reason = "warn"
7272

7373
[workspace.lints.rust]
7474
missing_docs = "warn"
75-
mismatched_lifetime_syntaxes = "allow"
7675
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docsrs_dep)'] }
7776
unsafe_code = "deny"
7877
unsafe_op_in_unsafe_fn = "warn"

0 commit comments

Comments
 (0)