Skip to content

Commit ef4a490

Browse files
committed
fix: Add missing namespacing of rust lints
1 parent ef224ec commit ef4a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3389-manifest-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This would work with
5151
[lints]
5252
workspace = true
5353

54-
[workspace.lints]
54+
[workspace.lints.rust]
5555
unsafe = "forbid"
5656
```
5757

0 commit comments

Comments
 (0)