We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8d4f0 commit 214a0b5Copy full SHA for 214a0b5
2 files changed
libcc2rs/Cargo.toml
@@ -4,6 +4,3 @@ version = "0.1.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
-
8
-[dependencies]
9
-libcc2rs-macros = { path = "../libcc2rs-macros", version = "0.1.0" }
libcc2rs/src/lib.rs
@@ -30,5 +30,3 @@ pub use compat::*;
30
31
mod va_args;
32
pub use va_args::*;
33
34
-pub use libcc2rs_macros::{goto, goto_block, switch};
0 commit comments