]> Untitled Git - lemmy.git/commit
Migrate from failure to anyhow and thiserror (#1042)
authorandor0 <aaorlov1@gmail.com>
Sat, 1 Aug 2020 14:04:42 +0000 (18:04 +0400)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2020 14:04:42 +0000 (14:04 +0000)
commitb6411aba7ac1afe3bb015128b0697bc920f0331b
tree75dc17f35d548f8d8fb9e4b0c7e37f37e41a9e65
parent78603e7e313445fd3d77f0eb6f364cca5c9191d4
Migrate from failure to anyhow and thiserror (#1042)

* Migrate from failure to anyhow and thiserror

* Replace 'format_err!' to 'anyhow!'
13 files changed:
server/Cargo.lock
server/Cargo.toml
server/src/api/mod.rs
server/src/apub/extensions/signatures.rs
server/src/apub/fetcher.rs
server/src/apub/inbox/activities/undo.rs
server/src/apub/inbox/community_inbox.rs
server/src/apub/mod.rs
server/src/lib.rs
server/src/request.rs
server/src/routes/feeds.rs
server/src/routes/nodeinfo.rs
server/src/routes/webfinger.rs