compiler/rustc_lint_defs/Cargo.toml TOML 16 lines View on github.com → Search inside
1[package]2name = "rustc_lint_defs"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8rustc_data_structures = { path = "../rustc_data_structures" }9rustc_error_messages = { path = "../rustc_error_messages" }10rustc_hir_id = { path = "../rustc_hir_id" }11rustc_macros = { path = "../rustc_macros" }12rustc_serialize = { path = "../rustc_serialize" }13rustc_span = { path = "../rustc_span" }14serde = { version = "1.0.125", features = ["derive"] }15# tidy-alphabetical-end

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.