Skip to content

Commit

Permalink
Remove unused import in cst_output/renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Dec 30, 2024
1 parent b12b4c1 commit bba6f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use anyhow::Result;
use codegen_language_definition::model::Item;
use inflector::Inflector;
use once_cell::sync::Lazy;
use slang_solidity::cst::{Cursor, KindTypes, Node, NonterminalKind, TextRangeExtensions};
use slang_solidity::cst::{Cursor, Node, NonterminalKind, TextRangeExtensions};
use solidity_language::SolidityDefinition;

pub fn render(source: &str, errors: &Vec<String>, cursor: Cursor) -> Result<String> {
Expand Down

0 comments on commit bba6f4a

Please sign in to comment.