Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/src/lib.rs')
| -rw-r--r-- | crates/ide_db/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_db/src/lib.rs b/crates/ide_db/src/lib.rs index 6eaea53f5c..67f23536bd 100644 --- a/crates/ide_db/src/lib.rs +++ b/crates/ide_db/src/lib.rs @@ -160,7 +160,7 @@ pub enum SymbolKind { SelfParam, Static, Struct, - Tool, + ToolModule, Trait, TypeAlias, TypeParam, |