LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
13.27k stars 885 forks source link

Cleanup remaining use of Result<bool, Error> (fixes #4862) #5047

Closed Nutomic closed 1 month ago

Nutomic commented 1 month ago

Found a last case with rg "Result<bool", as well as some unused oauth functions. There is one more place with Result but that one looks fine because the bool is returned via api, not used in Rust.