mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-08-18 03:58:21 +00:00
3bb9a430dd
Co-authored-by: Paul Masurel <paul.masurel@datadoghq.com>
4 lines
161 B
TOML
4 lines
161 B
TOML
disallowed-methods = [
|
|
{ path = "std::path::Path::exists", reason = "Path::exists hides filesystem errors", replacement = "std::path::Path::try_exists" },
|
|
]
|