From 88cee24c6c473be62ed84f35639949f7a343aab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 15 Mar 2021 16:02:50 +0200 Subject: Enable thread-local coverage marks --- crates/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/syntax/Cargo.toml') diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 05fca5dc4..c0fd894b0 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" doctest = false [dependencies] -cov-mark = "1.1" +cov-mark = { version = "1.1", features = ["thread-local"] } itertools = "0.10.0" rowan = "0.12.2" rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } -- cgit v1.2.3