]> git.lizzy.rs Git - rust.git/commit
Clean up `&args[..]`, use more readable `args.iter()` instead
authorMichael Howell <michael@notriddle.com>
Sun, 22 May 2022 22:03:51 +0000 (15:03 -0700)
committerMichael Howell <michael@notriddle.com>
Sun, 22 May 2022 22:03:51 +0000 (15:03 -0700)
commit207f64948f1a9a3e3c8ac363be5ea4dcfebd200c
tree92e330f109ddab73f97ae9a3351bb92d1275e8d4
parent3657d0936f3b0e4f973d37ecb27dcd7ce91db4cc
Clean up `&args[..]`, use more readable `args.iter()` instead
src/librustdoc/clean/mod.rs
src/librustdoc/html/format.rs