mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-28 16:12:39 +00:00
build(deps): update to rusqlite 0.34, rustix 1 and fix warnings
This commit is contained in:
parent
740e540b4b
commit
37fbf5149e
8 changed files with 312 additions and 222 deletions
|
@ -111,7 +111,7 @@ impl<T: fmt::Debug> ResultExt for Result<T> {
|
|||
assert_eq!(
|
||||
(err.status, &*err.code),
|
||||
(status, code),
|
||||
"unexpecteed API error: {err}",
|
||||
"unexpected API error: {err}",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue