rust: Use 2018 eition
This edition has better syntax around scoping and `use`.
This commit is contained in:
@ -10,7 +10,7 @@ pub mod parsing;
|
||||
use std::io;
|
||||
use std::fmt;
|
||||
|
||||
use ::keyboard::FormattingError;
|
||||
use crate::keyboard::FormattingError;
|
||||
|
||||
/// Errors encountered loading the layout into yaml
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user