This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new a321fe59e fix: fix typo check error (#1989)
a321fe59e is described below
commit a321fe59ed5fdbb14f4404f0ecc50d9c30cbf942
Author: Alan Tang <[email protected]>
AuthorDate: Mon Jan 5 15:04:23 2026 +0800
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 <[email protected]>
---
.typos.toml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.typos.toml b/.typos.toml
index 9363f17c9..407ce8168 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -15,5 +15,8 @@
# specific language governing permissions and limitations
# under the License.
+[type.rust]
+extend-ignore-identifiers-re = ["^bimap$"]
+
[files]
extend-exclude = ["**/testdata", "CHANGELOG.md"]