2085: lightly document assist_ctx module r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-10-27 09:04:43 +00:00 committed by GitHub
commit a455635b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//! FIXME: write short doc here //! This module defines `AssistCtx` -- the API surface that is exposed to assists.
use hir::db::HirDatabase; use hir::db::HirDatabase;
use ra_db::FileRange; use ra_db::FileRange;