From 204f9bd7a39b2d2050d56bf5471bdd8260f9d53d Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 8 Oct 2024 21:32:18 +0000 Subject: compile on stable --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 383de31..4f38388 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -#![feature(extract_if)] -#![feature(io_error_other)] - pub mod dotup; use std::path::PathBuf; -- cgit