mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
eb482fb2ee
Move the tldr.zip missing warning from runtime (uudoc.rs) to compile time (build.rs). This ensures the warning is printed only once during the build, instead of 100+ times when make calls uudoc separately for each utility. Fixes #9940