From 7e0cd985adc91584a883ce501560a902d56cb5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 27 Jun 2025 01:46:52 +0100 Subject: [PATCH] chore: remove serde use line at top --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ad5af3a..a45ef0d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ use nu_plugin::{ use nu_protocol::{Category, Example, LabeledError, Signature, SyntaxShape, Type, Value}; use std::fs; use tera::Tera; -//use serde_json::json; mod helpers;