Skip to content

Commit a321fe5

Browse files
authored
fix: fix typo check error (#1989)
## Which issue does this PR close? - Closes #1986. ## What changes are included in this PR? ## Are these changes tested? Signed-off-by: StandingMan <jmtangcs@gmail.com>
1 parent 2301352 commit a321fe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
[type.rust]
19+
extend-ignore-identifiers-re = ["^bimap$"]
20+
1821
[files]
1922
extend-exclude = ["**/testdata", "CHANGELOG.md"]

0 commit comments

Comments
 (0)