I've made a few linting changes and modified
several packages to utilize the `inherit` attribute; additionally, I've
taken the liberty to add and update a few packages.
Thanks! I was unsure when to use that or not
Or, more specifically (for this instance):
```bash
git format-patch -73 --subject-prefix='PATCH rust-team' -v3 -o outgoing
--cover-letter --base=auto
git send-email outgoing/*.patch --to=74551@debbugs.gnu.org
```
Ah that was the missing piece for me, thanks for that, I completely missed adding the rust-team prefix, thanks again! 

- Jordan