Enable the all, cargo and pedantic lint groups plus the use_self nursery lint, then opt back out of a curated list of individual lints. clippy/__init__.py gains support for an allow list in clippy.yml, emitting -A clippy::<lint> flags after the -W group flags so the per-lint allows take effect. Differential Revision: https://phabricator.services.mozilla.com/D305697