We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deda74e commit 045d7f0Copy full SHA for 045d7f0
crates/completion/src/item.rs
@@ -279,7 +279,7 @@ impl ImportEdit {
279
/// Attempts to insert the import to the given scope, producing a text edit.
280
/// May return no edit in edge cases, such as scope already containing the import.
281
pub fn to_text_edit(&self) -> Option<TextEdit> {
282
- let _p = profile::span("ImportEdit::to_edit");
+ let _p = profile::span("ImportEdit::to_text_edit");
283
284
let rewriter = insert_use::insert_use(
285
&self.import_scope,
0 commit comments