about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-07-07 11:32:58 +0000
committerbors <bors@rust-lang.org>2019-07-07 11:32:58 +0000
commitdd2e8040a35883574ae0c4cc7a4e887ecb66469c (patch)
tree2df3e6dea1f773c9393c9feee18933759a665896 /src/libsyntax_pos
parentdbeed58adee2ef046b46b252980f86672f9bfc4c (diff)
parent7198687bb2df13a3298ef1e8f594753073d6b9e8 (diff)
downloadrust-dd2e8040a35883574ae0c4cc7a4e887ecb66469c.tar.gz
rust-dd2e8040a35883574ae0c4cc7a4e887ecb66469c.zip
Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichton
rustc: Remove `dylib` crate type from most rustc crates

Revival of https://github.com/rust-lang/rust/pull/56987

cc @alexcrichton
r? @michaelwoerister
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/Cargo.toml b/src/libsyntax_pos/Cargo.toml
index af7edc0a6bd..eebd25d1faf 100644
--- a/src/libsyntax_pos/Cargo.toml
+++ b/src/libsyntax_pos/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
 [lib]
 name = "syntax_pos"
 path = "lib.rs"
-crate-type = ["dylib"]
+doctest = false
 
 [dependencies]
 serialize = { path = "../libserialize" }