]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=Centril
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 1 Jun 2019 04:50:09 +0000 (06:50 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 04:50:09 +0000 (06:50 +0200)
commitc08197484546b57ee92f02f7c3c3a5179faadb55
treedafb91da8167184910c5aa64e9fca342a98b752a
parent760a98fb5e1c964efbe5cb36710fff892b547c51
parent3b7223deaff5f1f71258de07f5aef18bd9bba702
Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=Centril

Doc comment fixes for `rustc::mir::interpret::InterpretCx`

Fixes some stuff I noticed while working in const-prop.