Files
tantivy/clippy.toml
Paul Masurel 3bb9a430dd Refactoring TextFastFieldOptions (#3020)
Co-authored-by: Paul Masurel <paul.masurel@datadoghq.com>
2026-08-02 17:17:02 +02:00

4 lines
161 B
TOML

disallowed-methods = [
{ path = "std::path::Path::exists", reason = "Path::exists hides filesystem errors", replacement = "std::path::Path::try_exists" },
]