zed/crates/semantic_index
Michael Sloan 14ea4621ab
Add fs::MTime newtype to encourage != instead of > (#20830)
See ["mtime comparison considered
harmful"](https://apenwarr.ca/log/20181113) for details of why
comparators other than equality/inequality should not be used with
mtime.

Release Notes:

- N/A
2024-11-21 19:21:18 -07:00
..
examples Use Instant not chrono for telemetry (#20756) 2024-11-19 08:23:12 -07:00
fixture
src Add fs::MTime newtype to encourage != instead of > (#20830) 2024-11-21 19:21:18 -07:00
Cargo.toml Restore HTTP client transition, but use reqwest everywhere (#19055) 2024-10-11 14:58:58 -07:00
LICENSE-GPL