mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Remove panic! from the compositor
This commit is contained in:
parent
c011c3197d
commit
5db92870ff
3 changed files with 14 additions and 7 deletions
|
@ -12,4 +12,4 @@ FILES=("components/compositing/compositor.rs"
|
|||
"components/compositing/pipeline.rs"
|
||||
"components/compositing/constellation.rs")
|
||||
|
||||
! grep -n "unwrap(" "${FILES[@]}"
|
||||
! grep -n "unwrap(\|panic!(" "${FILES[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue