From 7a02a920db363da6916d3a1533e696c149b4d40c Mon Sep 17 00:00:00 2001 From: p6nj Date: Wed, 2 Oct 2024 18:23:30 -0400 Subject: [PATCH] didn't need that feature in the end --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e06d996..1746585 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(unsize)] use clap::Parser; mod bng;