ci: update macros_type_mismatch for Rust 1.90.0 (#7630)

Signed-off-by: ADD-SP <[email protected]>
(cherry picked from commit 2af3e4430a)
This commit is contained in:
Qi
2025-10-14 22:13:54 +08:00
parent b1e69e560c
commit 4fee6e3500
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
found enum `Result<(), _>`
help: a return type might be missing here
|
9 | async fn missing_return_type() -> _ {
9 | async fn missing_return_type() -> _ {
| ++++
help: consider using `Result::expect` to unwrap the `Result<(), _>` value, panicking if the value is a `Result::Err`
|