1
0
mirror of https://github.com/bumi/openalias-ruby synced 2026-07-16 16:07:05 +00:00
This commit is contained in:
2018-11-03 18:32:09 +01:00
parent 30e9a0d805
commit 867cb68df6
-1
View File
@@ -55,7 +55,6 @@ methods!(
#[no_mangle]
pub extern fn init_openalias_rust() {
Class::from_existing("Openalias").define(|itself| {
//Class::new("OpenaliasRust", None).define(|itself| {
itself.def_self("addresses", addresses);
});
}