We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b0ab1 commit ed59a1bCopy full SHA for ed59a1b
crates/project_model/src/build_scripts.rs
@@ -69,6 +69,8 @@ impl WorkspaceBuildScripts {
69
}
70
71
72
+ cmd.env("IS_RA_BUILDSCRIPT_CHECK", "1");
73
+
74
// --all-targets includes tests, benches and examples in addition to the
75
// default lib and bins. This is an independent concept from the --targets
76
// flag below.
0 commit comments