Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dead code #68274

Merged
merged 1 commit into from
Jan 16, 2020
Merged

remove dead code #68274

merged 1 commit into from
Jan 16, 2020

Commits on Jan 16, 2020

  1. 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 rust-lang#68251
    matthiaskrgr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    c4d91aa View commit details
    Browse the repository at this point in the history