]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC
authorYuki Okushi <huyuumi.dev@gmail.com>
Wed, 13 Nov 2019 13:09:31 +0000 (22:09 +0900)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 13:09:31 +0000 (22:09 +0900)
commitd52dafd2a885f91081faa0ff3dcd4ea24ef6d073
tree9097068ee322e19c2a947de662df6c3a1ed50cd5
parentfab583bdfc319323cbb6ac8e98c2a1020cb4baa6
parent8c29b74b15d494fd963109bade5f31a0ada431d0
Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC

Remove dead code for encoding/decoding lint IDs

This helps decouple the lint system from needing the implicit TLS TyCtxt
as well.