summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/Cargo.toml
blob: 3610d13c1f30d24c09af7ce556b6770477d13098 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "fail-no-mod"
version = "0.1.0"
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]