assists: compute edit
This commit is contained in:
parent
85ecc463d5
commit
bcbee10b89
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ pub fn assists<H>(db: &H, range: FileRange) -> Vec<(AssistLabel, AssistAction)>
|
|||
where
|
||||
H: HirDatabase + 'static,
|
||||
{
|
||||
AssistCtx::with_ctx(db, range, false, |ctx| {
|
||||
AssistCtx::with_ctx(db, range, true, |ctx| {
|
||||
all_assists()
|
||||
.iter()
|
||||
.filter_map(|f| f(ctx.clone()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue