mirror of
https://github.com/servo/servo.git
synced 2025-09-05 12:38:21 +01:00
Removed sources of panic from ports/glutin.
This commit is contained in:
parent
983612751b
commit
37511cc616
6 changed files with 61 additions and 35 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue