This commit is contained in:
Kirill Bulatov 2021-03-05 00:29:39 +02:00
parent 84c575a212
commit c56b59d377

View file

@ -441,9 +441,3 @@ impl Builder {
self self
} }
} }
// impl<'a> Into<CompletionItem> for Builder {
// fn into(self) -> CompletionItem {
// self.build()
// }
// }