diff options
author | Dmitry <[email protected]> | 2020-08-14 19:43:34 +0100 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-08-14 20:37:43 +0100 |
commit | 73315c9168901ef6d676f017daaa9b4976380c03 (patch) | |
tree | 0fae548ddc8dbf3fdfd553e4020db8e6826c8d84 /crates/hir | |
parent | 178c3e135a2a249692f7784712492e7884ae0c00 (diff) |
synchronizing changes
Diffstat (limited to 'crates/hir')
-rw-r--r-- | crates/hir/src/has_source.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/has_source.rs b/crates/hir/src/has_source.rs index a50d4ff02..3bad2338a 100644 --- a/crates/hir/src/has_source.rs +++ b/crates/hir/src/has_source.rs | |||
@@ -1,4 +1,4 @@ | |||
1 | //! FIXME: write short doc here | 1 | //! Provides set of implementation for hir's objects that allows get back location in file. |
2 | 2 | ||
3 | use either::Either; | 3 | use either::Either; |
4 | use hir_def::{ | 4 | use hir_def::{ |