Set up module ids properly

This commit is contained in:
Joshua Warner 2024-12-08 11:12:18 -08:00
parent cbd6d50584
commit 6b636d9539
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
3 changed files with 34 additions and 8 deletions

View file

@ -704,10 +704,7 @@ mod test_snapshots {
// This is the current list as of writing.
// We should be driving these down to zero over time.
// Adding this protection in now to avoid accidentally adding more.
"all_the_bangs"
| "import_in_closure_with_curlies_after"
| "inline_import"
| "newline_before_import_curlies" => true,
"all_the_bangs" => true,
// When adding new snapshot tests, strongly prefer fixing any canonicalization panics
// they may run into rather than adding them to this list.