Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 1d19daf2f5..06d2776ebe 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true rust-version.workspace = true [lib] +doctest = false [dependencies] cov-mark = "2.0.0" @@ -25,7 +26,7 @@ dot.workspace = true smallvec.workspace = true triomphe.workspace = true nohash-hasher.workspace = true -rustc_apfloat = "0.2.2" +rustc_apfloat = "0.2.3" # local deps cfg.workspace = true |