Remove one use of rand.

This commit is contained in:
Josh Matthews 2022-04-13 21:50:21 -04:00 committed by GitHub
parent 05308e5204
commit 7e255b91c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ rand = [
"phf_generator",
"quickcheck", # Only used in tests
"servo_rand",
"tempfile",
"tungstenite",
"ws",
]