Skip to content

Commit b2ee77f

Browse files
WIP: chore: warn on clippy::todo
1 parent 88a8147 commit b2ee77f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ default-members = [
5050

5151
[workspace.lints.clippy]
5252
ref_as_ptr = "warn"
53+
todo = "warn"
5354
# NOTE: disallowed-types is configured in other file: clippy.toml
5455

5556
[workspace.package]

naga/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ walkdir.workspace = true
125125
std_instead_of_alloc = "warn"
126126
std_instead_of_core = "warn"
127127
alloc_instead_of_core = "warn"
128+
todo = "warn"

0 commit comments

Comments
 (0)