diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-05 00:06:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 00:06:44 -0700 |
commit | e3eeb643f0b64107bcec01c9075f8bd9cefe58b3 (patch) | |
tree | 3e601552bdf48ad938910b88ebf43a34af140c17 /components/script/task_source/mod.rs | |
parent | 61491447e21655a1eca01a85797b25a254525d98 (diff) | |
parent | 267f96e7310623adc21427d0f60d0c81c53f73cf (diff) | |
download | servo-e3eeb643f0b64107bcec01c9075f8bd9cefe58b3.tar.gz servo-e3eeb643f0b64107bcec01c9075f8bd9cefe58b3.zip |
Auto merge of #12237 - hgallagher1993:servo, r=jdm
Avoid many uses of unwrap in font_cache_thread.rs
Replaced `result.send(...blah...).unwrap()` with `let _ = result.send(...blah...);` in `components/gfx/font_cache_thread.rs`
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #12188
- [X] These changes do not require tests because @jdm said if it compiles it's good enough
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12237)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/task_source/mod.rs')
0 files changed, 0 insertions, 0 deletions