From 8b4cbbb87c6dc946711570096d857603c30a5d8d Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 15 Mar 2021 01:39:23 +0100 Subject: Redo it properly and add a quickfix --- crates/ide/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ide/Cargo.toml') diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 107bd8432..6ae7c9e6c 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -38,3 +38,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } expect-test = "1.1" +cov-mark = "1.1.0" -- cgit v1.2.3