We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b5b1e commit 0dc4306Copy full SHA for 0dc4306
Cargo.toml
@@ -18,10 +18,14 @@ repository = "https://github.com/linebender/parley"
18
19
[workspace.lints]
20
rust.unsafe_code = "deny"
21
+
22
+# LINEBENDER LINT SET - Cargo.toml - v5
23
+# See https://linebender.org/wiki/canonical-lints/
24
rust.keyword_idents_2024 = "forbid"
25
rust.non_ascii_idents = "forbid"
26
rust.non_local_definitions = "forbid"
27
rust.unsafe_op_in_unsafe_fn = "forbid"
28
29
rust.elided_lifetimes_in_paths = "warn"
30
rust.missing_debug_implementations = "warn"
31
rust.missing_docs = "warn"
0 commit comments