Skip to content

Commit 214a0b5

Browse files
committed
Delete libcc2rs-macros references
1 parent cf8d4f0 commit 214a0b5

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

libcc2rs/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ version = "0.1.0"
44
edition = "2021"
55

66
# 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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ pub use compat::*;
3030

3131
mod va_args;
3232
pub use va_args::*;
33-
34-
pub use libcc2rs_macros::{goto, goto_block, switch};

0 commit comments

Comments
 (0)