1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

chore: a lot of documentation cleanups

Go throgh the `doc_markdown` lint everywhere, fixing code links and some grammar.
This commit is contained in:
Yuri Astrakhan 2025-07-02 23:21:33 -04:00
parent d04d0cd987
commit 1d39e75b89
47 changed files with 147 additions and 148 deletions

View file

@ -635,7 +635,6 @@ multiple_crate_versions = "allow" # 2314
missing_errors_doc = "allow" # 1504
missing_panics_doc = "allow" # 946
must_use_candidate = "allow" # 322
doc_markdown = "allow" # 267
match_same_arms = "allow" # 212
unnecessary_semicolon = "allow" # 156
redundant_closure_for_method_calls = "allow" # 133