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