chore: Rust 2024 edition

This commit is contained in:
Vukašin Vojinović 2025-09-25 12:51:41 +02:00 committed by Jacob Kauffmann
parent 8d9da92dba
commit 8a0b37bd36
16 changed files with 29 additions and 33 deletions

View file

@ -3,7 +3,7 @@
use crate::PluginConfig;
use futures::{stream, Stream, StreamExt};
use futures::{Stream, StreamExt, stream};
use regex::Regex;
use std::path::PathBuf;