Fix some clippy warnings (#1277)
This commit is contained in:
@@ -107,7 +107,7 @@ pub struct VerifierError {
|
||||
fn format_context(context: &Option<String>) -> String {
|
||||
match context {
|
||||
None => "".to_string(),
|
||||
Some(c) => format!(" ({})", c).to_string(),
|
||||
Some(c) => format!(" ({})", c),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user