Commit f420aae
chore(simplify): drop redundant StdHashMap alias in transcriptome tests
The test module already imports `HashMap` via `use super::*` (the parent
module re-exports `std::collections::HashMap`). The `StdHashMap` alias
was defensive but unused.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9ae0f72 commit f420aae
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
739 | 738 | | |
740 | 739 | | |
741 | 740 | | |
| |||
756 | 755 | | |
757 | 756 | | |
758 | 757 | | |
759 | | - | |
| 758 | + | |
760 | 759 | | |
761 | 760 | | |
762 | 761 | | |
| |||
0 commit comments