remove enforcement of non special when adding tokens (#1521)

* remove enforcement of non special when adding tokens

* mut no longer needed

* add a small test

* nit

* style

* audit

* ignore cargo audit's own vulnerability

* update

* revert

* remove CVE
This commit is contained in:
Arthur
2024-04-30 15:53:47 +02:00
committed by GitHub
parent 71c2a8d01a
commit f2ec3b239b
4 changed files with 19 additions and 2 deletions

View File

@ -81,6 +81,9 @@ jobs:
command: test
args: --verbose --manifest-path ./tokenizers/Cargo.toml --doc
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run Audit
uses: actions-rs/cargo@v1
with: