mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 00:47:12 +00:00
More clippy fixes
This commit is contained in:
@@ -625,7 +625,7 @@ fn generate_flow_analysis_result(
|
||||
Some(FlowAnalysisValue::Text(reg_name))
|
||||
}
|
||||
Some(RegisterContent::Unknown) | Some(RegisterContent::Variable) => None,
|
||||
Some(value) => Some(FlowAnalysisValue::Text(format!("{value}"))),
|
||||
Some(value) => Some(FlowAnalysisValue::Text(value.to_string())),
|
||||
None => None,
|
||||
};
|
||||
if let Some(analysis_value) = analysis_value {
|
||||
|
||||
Reference in New Issue
Block a user