Skip to content

Commit 52e3282

Browse files
committed
Update dependencies to use new_debug_unrechable
Because reem/rust-debug-unreachable#6 makes `debug_unreachable` enable debug checks even in release builds since Rust 1.0. This adds a duplicate dependency on `unreachable` until I have time to fork `ordered-float`, but it's a tiny dependency so we don't care.
1 parent a07c718 commit 52e3282

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 35 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/style/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bitflags = "1.0"
3232
byteorder = "1.0"
3333
cfg-if = "0.1.0"
3434
cssparser = "0.23.0"
35-
debug_unreachable = "0.1.1"
35+
new_debug_unreachable = "1.0"
3636
encoding_rs = {version = "0.7", optional = true}
3737
euclid = "0.17"
3838
fallible = { path = "../fallible" }

servo-tidy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ packages = [
4646
"rand",
4747
"syn",
4848
"unicode-xid",
49+
"unreachable",
4950
"winapi",
5051
]
5152
# Files that are ignored for all tidy and lint checks.

0 commit comments

Comments
 (0)