Remove erroneous C4-to-C40 redirect (#3488)

This commit is contained in:
Charlie Marsh
2023-03-13 15:52:05 -04:00
committed by GitHub
parent c515a1b31a
commit a8c1915e2e

View File

@@ -18,7 +18,6 @@ static REDIRECTS: Lazy<HashMap<&'static str, &'static str>> = Lazy::new(|| {
// The following are here because we don't yet have the many-to-one mapping enabled.
("SIM111", "SIM110"),
// The following are deprecated.
("C4", "C40"),
("C9", "C90"),
("T1", "T10"),
("T2", "T20"),