Project

General

Profile

Optimization #4596

Updated by Juliana Fajardini Reichow over 2 years ago

We are working on cleaning our Rust code from lint warnings. 

 For resolving this issue, please check the rust code and fix warnings related to "you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`". 

 For more details on this warning, checkhttps://rust-lang.github.io/rust-clippy/master/index.html#single_match 

 More information on the parent issue.

Back