diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-01-16 20:53:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-16 20:53:32 +0530 |
| commit | a529e70be1db5601b224eea741ccbab74f22b0c4 (patch) | |
| tree | 2319799a5a8a565bdf5f56cc148bbcee85a50f12 /src/liballoc | |
| parent | 6e797ff8d942d3823725b2326b906425433f2624 (diff) | |
| parent | c4d91aae5a72733479bab8df1aee78bb049b9735 (diff) | |
| download | rust-a529e70be1db5601b224eea741ccbab74f22b0c4.tar.gz rust-a529e70be1db5601b224eea741ccbab74f22b0c4.zip | |
Rollup merge of #68274 - matthiaskrgr:dead_code, r=Dylan-DPC
remove dead code The condition `if obligation.recursion_depth >= 0` is always true since `recursion_depth` is `usize`. The else branch is dead code and can be removed. Found by Clippy. Fixes #68251
Diffstat (limited to 'src/liballoc')
0 files changed, 0 insertions, 0 deletions
