no doctests in ui_test
This commit is contained in:
parent
5382f463a6
commit
2fc9278818
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ name = "ui_test"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
test = true # we have unit tests
|
||||
doctest = false # but no doc tests
|
||||
|
||||
[dependencies]
|
||||
rustc_version = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue