Removed sources of panic from ports/glutin.

This commit is contained in:
Alan Jeffrey 2016-04-28 17:21:48 -05:00
parent 983612751b
commit 37511cc616
6 changed files with 61 additions and 35 deletions

View file

@ -11,7 +11,9 @@ cd "$(git rev-parse --show-toplevel)" # cd into repo root so make sure paths wor
# files that should not contain "unwrap"
FILES=("components/compositing/compositor.rs"
"components/compositing/pipeline.rs"
"components/constellation/constellation.rs")
"components/constellation/constellation.rs"
"ports/glutin/lib.rs"
"ports/glutin/window.rs")
# make sure the files exist
ls -1 "${FILES[@]}"