Skip to content

Commit c208237

Browse files
committed
Remove clion hack
1 parent df8fc1b commit c208237

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/scanner/Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ strum_macros = "0.26"
1818
petgraph = "0.6.5"
1919
graph-cycles = "0.1.0"
2020

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-
2821
[package.metadata.rust-analyzer]
2922
# This crate uses rustc crates.
3023
# More info: https://github.com/rust-analyzer/rust-analyzer/pull/7891

0 commit comments

Comments
 (0)