Properly implement the std::str::FromStr trait

This commit is contained in:
Rodolphe Breard 2019-01-06 16:37:07 +01:00
parent 4ed4609272
commit 074c3697d0
3 changed files with 11 additions and 4 deletions

View file

@ -5,6 +5,7 @@ mod event_handlers;
use log::{debug, error, warn};
use std::collections::HashMap;
use std::io;
use std::str::FromStr;
use std::sync::mpsc;
use std::thread;