mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fixed the unneeded return
statement warnings. (#31863)
This commit is contained in:
parent
f7669b5238
commit
d814d05539
15 changed files with 33 additions and 33 deletions
|
@ -667,10 +667,10 @@ fn resolve_uuid_name(
|
|||
_ => unreachable!(),
|
||||
};
|
||||
// Step 4.
|
||||
return Err(Type(format!(
|
||||
Err(Type(format!(
|
||||
"Invalid {} name : '{}'.\n{} {}",
|
||||
attribute_type, dstring, UUID_ERROR_MESSAGE, error_url_message
|
||||
)));
|
||||
)))
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue