about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel E. Moelius <35515885+smoelius@users.noreply.github.com>2021-02-18 05:41:37 -0500
committerSamuel E. Moelius III <sam@moeli.us>2021-02-23 18:50:30 -0500
commit33ee598a9fcea326fec219a125d64313c934c5d1 (patch)
tree2872eaf67899d164b8018f69089dcd5ac03404ad
parent8500ad5d19fa105bf990efaf08337b107c495b63 (diff)
downloadrust-33ee598a9fcea326fec219a125d64313c934c5d1.tar.gz
rust-33ee598a9fcea326fec219a125d64313c934c5d1.zip
Update clippy_utils/Cargo.toml
Co-authored-by: Philipp Krones <hello@philkrones.com>
-rw-r--r--clippy_utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"