Opt in to experimental trybuild diffs

This commit is contained in:
David Tolnay 2019-12-25 17:41:54 -05:00
parent a0e1af6809
commit b16893a21c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -20,4 +20,4 @@ std = []
futures = "0.3"
rustversion = "1.0"
thiserror = "1.0"
trybuild = "1.0"
trybuild = { version = "1.0.19", features = ["diff"] }