mirror of
https://github.com/bumi/openalias-ruby
synced 2026-02-14 07:37:49 +00:00
make the compiler happy
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user