diff options
| author | Teddy Wing | 2018-10-27 16:25:01 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-27 16:25:01 +0200 | 
| commit | be61d6c087864ad8b6879f1f2786b4d8b4941676 (patch) | |
| tree | b659caca0072d1b4f974dc9268aec38a48a8d7d0 /src/errors.rs | |
| parent | 35c66b8c92e5fd4abc660b2a8f248e9f72f9fb59 (diff) | |
| download | dome-key-map-be61d6c087864ad8b6879f1f2786b4d8b4941676.tar.bz2 | |
parser: Make `KeyboardKey` private
Get rid of these warnings:
    warning: private type `parser::Character` in public interface (error E0446)
      --> src/parser.rs:72:15
       |
    72 |     Character(Character),
       |               ^^^^^^^^^
       |
       = note: #[warn(private_in_public)] on by default
       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
       = note: for more information, see issue #34537 <https://github.com/rust-lang/rust/issues/34537>
    warning: private type `parser::KeyCode` in public interface (error E0446)
      --> src/parser.rs:73:13
       |
    73 |     KeyCode(KeyCode),
       |             ^^^^^^^
       |
       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
       = note: for more information, see issue #34537 <https://github.com/rust-lang/rust/issues/34537>
Diffstat (limited to 'src/errors.rs')
0 files changed, 0 insertions, 0 deletions
