zed/crates/search/src
Marshall Bowers 9735912965
Enable clippy::clone_on_copy (#8728)
This PR enables the
[`clippy::clone_on_copy`](https://rust-lang.github.io/rust-clippy/master/index.html#/clone_on_copy)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-02 17:37:48 -05:00
..
buffer_search Search woes (#6698) 2024-01-25 13:28:21 +01:00
buffer_search.rs gpui: Don't impl IntoElement on () (#8555) 2024-02-28 15:19:05 -07:00
history.rs Add typos configuration for zed and add a few more typo fixes 2024-01-17 15:22:37 -08:00
mode.rs
project_search.rs Enable clippy::clone_on_copy (#8728) 2024-03-02 17:37:48 -05:00
search.rs Upgrade bitflags to v2.4.2 (#8693) 2024-03-01 21:07:39 -05:00
search_bar.rs