79583973

Date: 2025-04-21 03:12:51
Score: 1.5
Natty:
Report link

Now, in nightly, you could do

if let Some(6) = a && let Some(7) = b {
    /* Do something */
}

by using the let_chains feature.

Playgound link

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ken super