allow dead code

pull/88/head
Takayuki Maeda 3 years ago
parent 08bde9589d
commit 0b0f56ed43

@ -17,6 +17,7 @@ pub struct DebugComponent {
}
impl DebugComponent {
#[allow(dead_code)]
pub fn new(key_config: KeyConfig, msg: String) -> Self {
Self {
msg,

Loading…
Cancel
Save