Skip to content

Commit

Permalink
c2rust-analyze: Remove unused #![feature(iter_order_by)].
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Oct 30, 2023
1 parent 7e72118 commit 3ecaab8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c2rust-analyze/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(rustc_private)]
#![feature(iter_order_by)]
extern crate either;
extern crate rustc_arena;
extern crate rustc_ast;
Expand Down

0 comments on commit 3ecaab8

Please sign in to comment.