From acb062a2bc6cf103822e6b564d149677b7cf5c14 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jan 2022 01:56:44 -0500 Subject: clippy --- src/builtins.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/builtins.rs') diff --git a/src/builtins.rs b/src/builtins.rs index 014eadd..18eb1aa 100644 --- a/src/builtins.rs +++ b/src/builtins.rs @@ -85,6 +85,8 @@ impl Child { } } +// clippy can't tell that the type is necessary +#[allow(clippy::unnecessary_wraps)] fn cd( exe: &crate::parse::Exe, env: &crate::command::Env, -- cgit v1.2.3-54-g00ecf