]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #70824 - yoshuawuyts:fix-labels-in-std-macro-imports, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 5 Apr 2020 22:53:51 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2020 22:53:51 +0000 (00:53 +0200)
Remove marker comments in libstd/lib.rs macro imports

These comments were probably moved around when rustfmt was introduced. They don't correctly denote what they were intended for, so I propose we remove them instead. Thanks!


Trivial merge