Remove unecessary clone
This commit is contained in:
parent
a25f650ca0
commit
67675b2ab2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub mod err {
|
|||
let mut n = RustNotification::new();
|
||||
n.appname("imag");
|
||||
n.summary("[Error]");
|
||||
n.urgency(urgency.clone());
|
||||
n.urgency(urgency);
|
||||
n.body(e.description());
|
||||
try!(n.finalize().show().map(|_| ()).chain_err(|| NEK::Unknown));
|
||||
|
||||
|
|
Loading…
Reference in a new issue