Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/Cargo.toml')
| -rw-r--r-- | crates/ide-db/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml index 583318de26..e065adb0f0 100644 --- a/crates/ide-db/Cargo.toml +++ b/crates/ide-db/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true rust-version.workspace = true [lib] +doctest = false [dependencies] cov-mark = "2.0.0" @@ -22,7 +23,7 @@ either.workspace = true itertools.workspace = true arrayvec.workspace = true indexmap.workspace = true -memchr = "2.7.4" +memchr = "2.7.5" salsa.workspace = true salsa-macros.workspace = true query-group.workspace = true |