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/Cargo.toml | |
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 'pkgs/by-name/ts/tskm/Cargo.toml')
-rw-r--r-- | pkgs/by-name/ts/tskm/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/ts/tskm/Cargo.toml b/pkgs/by-name/ts/tskm/Cargo.toml index 5b09285c..41fc5888 100644 --- a/pkgs/by-name/ts/tskm/Cargo.toml +++ b/pkgs/by-name/ts/tskm/Cargo.toml @@ -75,6 +75,8 @@ style = { level = "warn", priority = -1 } complexity = { level = "warn", priority = -1 } perf = { level = "warn", priority = -1 } pedantic = { level = "warn", priority = -1 } +missing_panics_doc = "allow" +missing_errors_doc = "allow" [build-dependencies] anyhow = "1.0.97" |