Closed
Description
Filing this so that I don't forget to fix it...
We have a license check on tidy for each dependency but it doesn't check dependencies coming from submodules/subtrees. For instance, tidy doesn't say anything about the libm
crate, which comes from rustfmt (rustfmt-nightly -> bytecount -> packed_simd2 -> libm
). Ideally, tidy should also check those dependencies.
Originally discussed on #83239 (comment).