Remove warning.

This commit is contained in:
Oleksandr Kozachuk
2023-01-06 17:22:52 +01:00
parent e0b5c0280e
commit ed894b8b16
+1
View File
@@ -10,6 +10,7 @@ lazy_static! {
static ref STATE: LKRef = Arc::new(ReentrantMutex::new(RefCell::new(LK::new()))); static ref STATE: LKRef = Arc::new(ReentrantMutex::new(RefCell::new(LK::new())));
} }
#[allow(dead_code)]
#[wasm_bindgen] #[wasm_bindgen]
pub fn hel_command(cmd: String) -> String { pub fn hel_command(cmd: String) -> String {
let editor = Editor::new(); let editor = Editor::new();