Skip to content

Commit 3f94b5b

Browse files
committed
Remove CARGO_CFG_PROC_MACRO
1 parent c7f34c5 commit 3f94b5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text/3778-proc-macro-in-same-package-as-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ Any artifacts created during compilation are to be in `target/_profile_/deps`, a
9898
During compilation, it would set the `proc_macro` cfg variable (i.e. `assert!(cfg!(proc_macro))` would be ok in the macros crate).
9999

100100
As well as those it, the following environment variables are set. For conciseness, this RFC will not attempt to outline the use of all environment variables. Refer to the [documentation](https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates).
101-
- `CARGO_CFG_PROC_MACRO` to 1.
102101
- `CARGO`
103102
- `CARGO_MANIFEST_DIR`
104103
- `CARGO_MANIFEST_PATH`

0 commit comments

Comments
 (0)