From 9b15a6d5f5dbb398787fc7a7ac89184a341b43e6 Mon Sep 17 00:00:00 2001 From: sharkAndshar Date: Fri, 27 Dec 2024 14:44:41 +0800 Subject: [PATCH] clippy --- martin/src/args/root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/martin/src/args/root.rs b/martin/src/args/root.rs index 444798333..7fa6e5ebc 100644 --- a/martin/src/args/root.rs +++ b/martin/src/args/root.rs @@ -171,7 +171,7 @@ pub fn parse_file_args( #[cfg(test)] mod tests { - use insta::{assert_snapshot, assert_yaml_snapshot}; + use insta::assert_yaml_snapshot; use super::*; use crate::args::PreferredEncoding;