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:
parent
67a1449d7f
commit
7c12457769
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user