diff options
| author | Teddy Wing | 2018-08-23 10:02:56 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-08-23 10:04:28 +0200 | 
| commit | b33feb5c94bf346ddc5dee68c7bf8c6b039168db (patch) | |
| tree | 6b16f6e66a453c748792cd3e47e398bcb8326eb9 /src | |
| parent | 6624aea48840df2714b968d8a6d40579eaf41b86 (diff) | |
| download | dome-key-map-b33feb5c94bf346ddc5dee68c7bf8c6b039168db.tar.bz2 | |
Rename my `cocoa` module to `cocoa_bridge`
My `cocoa` module was conflicting with the `cocoa` crate. Didn't think
about that. Rename it to fix the conflict.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cocoa_bridge.rs (renamed from src/cocoa.rs) | 0 | ||||
| -rw-r--r-- | src/lib.rs | 2 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/src/cocoa.rs b/src/cocoa_bridge.rs index 58d74d2..58d74d2 100644 --- a/src/cocoa.rs +++ b/src/cocoa_bridge.rs @@ -1,7 +1,7 @@  #[macro_use]  extern crate combine; -mod cocoa; +mod cocoa_bridge;  mod parser;  use parser::MapGroup; | 
