aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2018-08-23 10:02:56 +0200
committerTeddy Wing2018-08-23 10:04:28 +0200
commitb33feb5c94bf346ddc5dee68c7bf8c6b039168db (patch)
tree6b16f6e66a453c748792cd3e47e398bcb8326eb9 /src/lib.rs
parent6624aea48840df2714b968d8a6d40579eaf41b86 (diff)
downloaddome-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/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8e9a592..c2d2f9f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,7 @@
#[macro_use]
extern crate combine;
-mod cocoa;
+mod cocoa_bridge;
mod parser;
use parser::MapGroup;