Skip to content

Commit

Permalink
don't use try_collect so remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed May 12, 2024
1 parent c766b2c commit 847cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(try_blocks, iterator_try_collect)]
#![feature(try_blocks)]
#![allow(clippy::result_large_err)]

mod command;
Expand Down

0 comments on commit 847cbf4

Please sign in to comment.