X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=inline;f=src%2Fcommon%2Flib.rs;h=f2feb1432a479cc687229bcae95124e036d4a9e0;hb=d89a89f1bd29537732c7a718ce5d8760b60a8238;hp=3ed90e8b70cd52bb48da04e3909c6ba636423a77;hpb=d899a72babb4c2d80fe6e46a77e570864218b46f;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index 3ed90e8..f2feb14 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -26,6 +26,8 @@ #![crate_type="rlib"] #![feature(lang_items)] +pub mod register; + #[lang="eh_personality"] extern fn eh_personality() { }