allow dead code

This commit is contained in:
Takayuki Maeda 2021-09-12 00:57:48 +09:00
parent 08bde9589d
commit 0b0f56ed43

View File

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