lemmy/crates/db_schema/src
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
..
aggregates Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
impls Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
source Add the ability to fetch a registration application by person_id. (#4913) 2024-07-23 19:01:24 -04:00
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
lib.rs Make eligible enums convertable to static strs (#4915) 2024-07-23 11:05:19 -04:00
newtypes.rs Add the ability to fetch a registration application by person_id. (#4913) 2024-07-23 19:01:24 -04:00
schema_setup.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
schema.rs Adding an image_details table to store image dimensions. (#4704) 2024-06-20 12:44:06 +02:00
sensitive.rs Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
traits.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
utils.rs Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04:00