diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-06 18:38:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-06 18:38:19 +0200 |
commit | aae9ea75d29b5f470707d424c45391bb79b56044 (patch) | |
tree | 191bb0cec7b7b8db8ae4cf2408a0a6b94afa188d /pkgs/by-name/ts/tskm/src/main.rs | |
parent | fix(pkgs/tskm/task): Make the verbosity selectable (diff) | |
download | nixos-config-aae9ea75d29b5f470707d424c45391bb79b56044.zip |
chore(pkgs/tskm): Correctly allow missing panics_doc and errors doc
Diffstat (limited to '')
-rw-r--r-- | pkgs/by-name/ts/tskm/src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/by-name/ts/tskm/src/main.rs b/pkgs/by-name/ts/tskm/src/main.rs index 5668bd91..f4416c6d 100644 --- a/pkgs/by-name/ts/tskm/src/main.rs +++ b/pkgs/by-name/ts/tskm/src/main.rs @@ -1,6 +1,3 @@ -#![allow(clippy::missing_panics_doc)] -#![allow(clippy::missing_errors_doc)] - use anyhow::Result; use clap::Parser; use state::State; |