LemmyNet / lemmy

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

Remove `TypedBuilder` in favor of `derive_new` #4863

Closed dessalines closed 1 week ago

dessalines commented 3 months ago

Requirements

Is your proposal related to a problem?

There are a few cases of TypedBuilder in the code, and we should replace these with derive_new .

One example is the PersonInsertForm .

Describe the solution you'd like.

Self-explanatory.

Describe alternatives you've considered.

NA

Additional context

3610