summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/module_style/pass_no_mod/Cargo.toml
blob: 4180aaf5185cf4fb77a2d399245cc877e0139c15 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "pass-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]