mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-11 07:10:31 +00:00
allow dead code
This commit is contained in:
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…
Reference in New Issue
Block a user