Fix use of inherent_str_constructors (#64 #65)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-14 22:08:22 +00:00
parent b01c5d5ef1
commit a114ab3ab6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use std::process::Command;
use std::{process::Command, str};
use proc_macro::TokenStream;
use quote::quote;

View File

@@ -1,4 +1,4 @@
use std::process::Command;
use std::{process::Command, str};
use proc_macro::TokenStream;
use quote::quote;