]> git.lizzy.rs Git - rust.git/commit
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)
commit23acf87fa0b1f13d88bd44ca44f4e35a46cc456f
treec0ed3870bb4a69ff85668151be1060c9bbfbce52
parent534f8dadb3d6d006509926c64d54eac2eefae9e5
parent004ce25ec0ddb198bb63e14a41aaeb29f7d53bc0
Rollup merge of #70824 - yoshuawuyts:fix-labels-in-std-macro-imports, r=Mark-Simulacrum

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!