]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #76299 - CDirkx:ip-tests, r=matklad
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 6 Sep 2020 23:17:52 +0000 (01:17 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 23:17:52 +0000 (01:17 +0200)
commit2c62189db1def0d47a0e55218bbbe305cbea18bc
tree3825ee9806e6a55dbf2d718aa523bf96dee1e8ee
parent3d834bc0d36276d96e02c4eca5e6d58594d3806c
parenta2e077e405f9538b42d32e18082d50d0102d2334
Rollup merge of #76299 - CDirkx:ip-tests, r=matklad

Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`

These tests are about the standard library, not the compiler itself, thus should live in `library`, see #76268.