Skip to content

Commit

Permalink
feat(dev/rust): warn about todo! expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 6, 2024
1 parent 86cfda3 commit 89b663b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/desktop/apps/neovim/plugins/lsp/servers/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ in {
"-Wclippy::unneeded_field_pattern"
"-Wclippy::unnecessary_self_imports"
"-Wclippy::unseparated_literal_suffix"
"-Wclippy::todo"

# Allows
"-Aclippy::missing_errors_doc"
Expand Down

0 comments on commit 89b663b

Please sign in to comment.