Allow fuzzing cfg

This commit is contained in:
Louis Dureuil 2024-08-27 16:43:44 +02:00
parent e669af1e49
commit 5dac8e7168
No known key found for this signature in database

View File

@ -141,3 +141,6 @@ swedish-recomposition = ["charabia/swedish-recomposition"]
# allow CUDA support, see <https://github.com/meilisearch/meilisearch/issues/4306>
cuda = ["candle-core/cuda"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }