Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit b8999e8

Browse files
committed
Remove a redundant import
1 parent 10f9f25 commit b8999e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls/src/actions/post_build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl PostBuildHandler {
110110
error: &failure::Error,
111111
stdout: &str,
112112
) {
113-
use crate::lsp_data::{Diagnostic, Position};
113+
use crate::lsp_data::Position;
114114
use std::fmt::Write;
115115

116116
// These notifications will include empty sets of errors for files

0 commit comments

Comments
 (0)