diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-18 17:49:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-18 17:49:06 +0100 |
commit | f18f9da7d80c669cf14bc2e85e40d883c621262a (patch) | |
tree | 3505c0413a0be0e7b99ec797f366a9f49e7ddd9c /crates/hir | |
parent | aa2def023e6b0aa8a68f4992423f566d435e55c6 (diff) | |
parent | 45f171c43a4f58eff31081af80ac9693c738994f (diff) |
Merge #5695
5695: Added completion for unstable features r=matklad a=Fihtangolz
Added xtask for downloading list of unstable features from the unstable book and codegen for it. Also included small changes from linter.
Co-authored-by: Dmitry <[email protected]>
Co-authored-by: Dmitry Opokin <[email protected]>
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::{ |