diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-04-19 20:49:38 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-04-22 15:22:18 +1000 |
| commit | b9f6dfef0bebd2c2c4d871c4d02f4c5a70844fe9 (patch) | |
| tree | 64479103f68daa2fb7d74df8e7506e3695b8c8fd | |
| parent | 70f4f320b02cfd511c78389a6db1628285277410 (diff) | |
| download | rust-b9f6dfef0bebd2c2c4d871c4d02f4c5a70844fe9.tar.gz rust-b9f6dfef0bebd2c2c4d871c4d02f4c5a70844fe9.zip | |
Remove an old in-progress comment from a previous PR.
This comment wasn't supposed to have landed.
| -rw-r--r-- | src/librustc_middle/mir/cache.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_middle/mir/cache.rs b/src/librustc_middle/mir/cache.rs index af0f7efc3e3..12822cea418 100644 --- a/src/librustc_middle/mir/cache.rs +++ b/src/librustc_middle/mir/cache.rs @@ -60,7 +60,6 @@ impl Cache { } /// This will recompute the predecessors cache if it is not available - // njn: typedef? fn predecessors( &mut self, body: &Body<'_>, |
