Skip to content

Commit

Permalink
Convert redundant_clone to an analysis pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcho committed Sep 13, 2023
1 parent b788add commit 883adc8
Show file tree
Hide file tree
Showing 4 changed files with 761 additions and 267 deletions.
2 changes: 2 additions & 0 deletions clippy_lints/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![feature(array_windows)]
#![feature(binary_heap_into_iter_sorted)]
#![feature(box_patterns)]
#![feature(hash_extract_if)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
Expand Down Expand Up @@ -36,6 +37,7 @@ extern crate rustc_infer;
extern crate rustc_lexer;
extern crate rustc_lint;
extern crate rustc_middle;
extern crate rustc_mir_dataflow;
extern crate rustc_parse;
extern crate rustc_session;
extern crate rustc_span;
Expand Down
Loading

0 comments on commit 883adc8

Please sign in to comment.