diff options
author | Teddy Wing | 2017-11-11 22:20:25 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-11 22:20:25 +0100 |
commit | 3f21e05778261f8d1d7ca382ec73da1a3801537d (patch) | |
tree | 43816da96d7695c071904ee38a7679014cdd3653 /src/lib.rs | |
parent | b1e858f8590a676d6df67435859a51867f6d832a (diff) | |
download | kipper-3f21e05778261f8d1d7ca382ec73da1a3801537d.tar.bz2 |
jenkins.rs: Replace `.unwrap()`s with `Result`s
Return errors as `Result`s instead of panicking.
Inside the thread, we can't return a result, so we need to panic errors.
These should be picked up as `Result`s from a `thread.join()`.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions