We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8fc1b commit c208237Copy full SHA for c208237
tools/scanner/Cargo.toml
@@ -18,13 +18,6 @@ strum_macros = "0.26"
18
petgraph = "0.6.5"
19
graph-cycles = "0.1.0"
20
21
-# Enable clion code analysis on rustc for kani-compiler
22
-rustc_smir = { path = "../../../rustc_link/rustc_smir", optional = true }
23
-stable_mir = { path = "../../../rustc_link/stable_mir", optional = true }
24
-
25
-[features]
26
-clion = ['rustc_smir', 'stable_mir']
27
28
[package.metadata.rust-analyzer]
29
# This crate uses rustc crates.
30
# More info: https://github.com/rust-analyzer/rust-analyzer/pull/7891
0 commit comments