lemmy/crates/apub/src/activities
Dessalines 60a7829638
Adding deny unimplemented to clippy lints. (#4922)
* Adding deny unimplemented to clippy lints.

- Context: #4782

* Update crates/apub/src/fetcher/site_or_community_or_user.rs

Thanks, I like that better.

Co-authored-by: dullbananas <dull.bananas0@gmail.com>

* Update crates/apub/src/fetcher/search.rs

Co-authored-by: dullbananas <dull.bananas0@gmail.com>

* Running fmt.

* Adding debug_assert(false)

* Removing some commands.

* Format.

* Remove todo.

---------

Co-authored-by: dullbananas <dull.bananas0@gmail.com>
2024-07-31 20:28:41 -04:00
..
block Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
community Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
create_or_update pass local user to send local notifs (#4920) 2024-07-30 08:34:58 -04:00
deletion Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
following Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
voting chore: fix some comments (#4637) 2024-04-17 14:35:54 +02:00
mod.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00