1
0
mirror of https://github.com/bumi/openalias-ruby synced 2025-06-15 14:38:13 +00:00

make the compiler happy

This commit is contained in:
bumi 2018-11-01 12:19:01 +01:00
parent 67a1449d7f
commit 7c12457769

View File

@ -8,7 +8,7 @@ class!(Openalias);
methods!(
Openalias,
itself,
_itself,
fn addresses(address: RString) -> Array {
let mut cryptoaddresses = Array::new();
@ -45,7 +45,7 @@ methods!(
}
return cryptoaddresses;
}
Err(cas) => {
Err(_cas) => {
return cryptoaddresses;
}
}