aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-11 22:20:25 +0100
committerTeddy Wing2017-11-11 22:20:25 +0100
commit3f21e05778261f8d1d7ca382ec73da1a3801537d (patch)
tree43816da96d7695c071904ee38a7679014cdd3653 /src/lib.rs
parentb1e858f8590a676d6df67435859a51867f6d832a (diff)
downloadkipper-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