ci: update macros_type_mismatch for Rust 1.90.0 (#7630)

Signed-off-by: ADD-SP <[email protected]>
This commit is contained in:
Qi
2025-09-19 16:11:21 +02:00
committed by GitHub
parent 67869be3d7
commit 2af3e4430a
@@ -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`
|