1 2 3 4 5 6 7 8
exclusions = [] additions = [ # Crates that the compiler recommends # rg 'https://crates.io/crates/[a-z_-]+' --glob '*.stderr' --only-matching --no-line-number --no-filename | sort | uniq | cut -d '/' -f 5 "async-trait", "async-recursion", ]