mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Updated etc/ci/check_no_unwrap.sh for new constellation crate.
This commit is contained in:
parent
96a86bd952
commit
d16d2a076a
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ 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/compositing/constellation.rs")
|
||||
"components/constellation/constellation.rs")
|
||||
|
||||
! grep -n "unwrap(\|panic!(" "${FILES[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue