From 0674d01bd2a56a63b6a89e73a7089a1671980263 Mon Sep 17 00:00:00 2001 From: HMPerson1 Date: Thu, 17 Oct 2019 12:39:30 -0400 Subject: [PATCH] Add `run-rustfix` to `inefficient_to_string` --- tests/ui/inefficient_to_string.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/inefficient_to_string.rs b/tests/ui/inefficient_to_string.rs index a9f8f244c19a..2741565e50d6 100644 --- a/tests/ui/inefficient_to_string.rs +++ b/tests/ui/inefficient_to_string.rs @@ -1,3 +1,4 @@ +// run-rustfix #![deny(clippy::inefficient_to_string)] use std::borrow::Cow;