Readability changes.
This commit is contained in:
parent
a58dd43a2b
commit
108da0267b
@ -41,7 +41,10 @@ impl Generic {
|
||||
}
|
||||
}
|
||||
|
||||
fn add_source<E: Into<MTTError>>(&mut self, source: E) {
|
||||
fn add_source<E>(&mut self, source: E)
|
||||
where
|
||||
E: Into<MTTError>,
|
||||
{
|
||||
self.source = Some(Arc::new(source.into()));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user