Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0dc4306

Browse files
committedFeb 16, 2025·
Fixup cargo.toml
1 parent 14b5b1e commit 0dc4306

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ repository = "https://github.com/linebender/parley"
1818

1919
[workspace.lints]
2020
rust.unsafe_code = "deny"
21+
22+
# LINEBENDER LINT SET - Cargo.toml - v5
23+
# See https://linebender.org/wiki/canonical-lints/
2124
rust.keyword_idents_2024 = "forbid"
2225
rust.non_ascii_idents = "forbid"
2326
rust.non_local_definitions = "forbid"
2427
rust.unsafe_op_in_unsafe_fn = "forbid"
28+
2529
rust.elided_lifetimes_in_paths = "warn"
2630
rust.missing_debug_implementations = "warn"
2731
rust.missing_docs = "warn"

0 commit comments

Comments
 (0)
Please sign in to comment.