From 3971dcfe10b94e901a224b5328a9dafd1e2ecc08 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 31 Jul 2019 17:11:37 -0400 Subject: Use system rustfmt instead of fixed binary (#2701) --- cli/msg.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli/msg.rs') diff --git a/cli/msg.rs b/cli/msg.rs index 0aaf368e1..51726b572 100644 --- a/cli/msg.rs +++ b/cli/msg.rs @@ -1,9 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. #![allow(dead_code)] -#![cfg_attr( - feature = "cargo-clippy", - allow(clippy::all, clippy::pedantic) -)] +#![cfg_attr(feature = "cargo-clippy", allow(clippy::all, clippy::pedantic))] use crate::state; use flatbuffers; use std::sync::atomic::Ordering; -- cgit v1.2.3