Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Aug 22, 2024
1 parent c8a77ca commit 0f6bcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fluent-bit-language-server/src/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ use std::{collections::HashMap, string::ToString};

use convert_case::{Case, Casing};
use flb_schema::section::FlbSectionType;
/// TODO: sort out generated code
#[allow(unused_imports)]
use once_cell::sync::Lazy;
use tower_lsp::lsp_types::{
CompletionItem, CompletionItemKind, CompletionItemLabelDetails, Documentation,
InsertTextFormat, InsertTextMode, MarkupContent, MarkupKind,
Expand Down
2 changes: 1 addition & 1 deletion xtask/src/schema.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Generate schema.generated.rs

use std::{collections::HashMap, io::Read};
use std::collections::HashMap;

use convert_case::{Case, Casing};
use csv::ReaderBuilder;
Expand Down

0 comments on commit 0f6bcf1

Please sign in to comment.