mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
fix: warning: trailing semicolon in macro used in expression position
This commit is contained in:
parent
1106b73423
commit
7a6d9c8bb3
@ -33,7 +33,7 @@ macro_rules! try_io {
|
||||
match $expression {
|
||||
Ok(val) => val,
|
||||
Err(e) => return Err(crate::error::Error::IOError(e)),
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user