Update copilot.rs

This commit is contained in:
Mikayla Maki 2023-03-31 11:16:52 -07:00 committed by GitHub
parent f561e5ef2c
commit bdce96b19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ use gpui::{
Task,
};
use language::{point_from_lsp, point_to_lsp, Anchor, Bias, Buffer, BufferSnapshot, ToPointUtf16};
use log::{debug, error, info, warn};
use log::{debug, error};
use lsp::LanguageServer;
use node_runtime::NodeRuntime;
use request::{LogMessage, StatusNotification};