introducing LJResult<T>
This commit is contained in:
parent
133f301d1c
commit
61ede78868
5 changed files with 13 additions and 10 deletions
|
|
@ -17,5 +17,5 @@ fn do_something() -> redis::RedisResult<()> {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
do_something();
|
||||
_ = do_something();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue