From 33ee598a9fcea326fec219a125d64313c934c5d1 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius" <35515885+smoelius@users.noreply.github.com> Date: Thu, 18 Feb 2021 05:41:37 -0500 Subject: [PATCH] Update clippy_utils/Cargo.toml Co-authored-by: Philipp Krones --- clippy_utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index f8312154196..9c01badb04c 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -3,6 +3,7 @@ name = "clippy_utils" version = "0.1.52" authors = ["The Rust Clippy Developers"] edition = "2018" +publish = false [dependencies] if_chain = "1.0.0"