Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove panic! from compositor #10864
Closed
Labels
Comments
|
Should we add a lint for this to the |
|
That would be a good idea. |
bors-servo
added a commit
that referenced
this issue
Apr 30, 2016
…or, r=aneeshusa Remove panic! from the compositor Fixes #10864, and adds a check to `/etc/ci/check_no_unwrap.sh`. r? @aneeshusa <!-- 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/10902) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We got rid of the uses of
.unwrap()but notpanic!.