aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2023-06-28 08:57:55 +0100
committerdiogo464 <[email protected]>2023-06-28 08:57:55 +0100
commitc01d9d0445b5efa6ac0488667919fa51384d852e (patch)
tree40db8bcc3a846fdaaabc8d50378187fd8c82bf86 /src/main.rs
parentdb1c916010843e10db0162b3d9ffec0af2fae6b2 (diff)
fix: updated drain_filter api to new extract_if
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f035a45..383de31 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
1#![feature(drain_filter)] 1#![feature(extract_if)]
2#![feature(io_error_other)] 2#![feature(io_error_other)]
3 3
4pub mod dotup; 4pub mod dotup;