From 847135495fb194f9eef7b65b515982161d77face Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Jul 2020 13:31:02 +0200 Subject: no doctests --- crates/vfs-notify/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/vfs-notify') diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 4737a52a7..eb1764c36 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +[lib] +doctest = false + [dependencies] log = "0.4.8" rustc-hash = "1.0" -- cgit v1.2.3