about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-01-16 08:27:41 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2020-01-16 08:27:41 +0100
commitc4d91aae5a72733479bab8df1aee78bb049b9735 (patch)
tree70627af42f25c79b118fea697472b0b87348942a /src/test/debuginfo/enum-thinlto.rs
parente02c475da5c7d942cac2e3cf9683ea4117d4fe46 (diff)
downloadrust-c4d91aae5a72733479bab8df1aee78bb049b9735.tar.gz
rust-c4d91aae5a72733479bab8df1aee78bb049b9735.zip
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/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions