1use proc_macro_hack::proc_macro_hack; 2 3/// Add one to an expression. 4/// 5/// (Documentation goes here on the re-export, not in the other crate.) 6#[proc_macro_hack] 7pub use demo_hack_impl::add_one; 8
1use proc_macro_hack::proc_macro_hack; 2 3/// Add one to an expression. 4/// 5/// (Documentation goes here on the re-export, not in the other crate.) 6#[proc_macro_hack] 7pub use demo_hack_impl::add_one; 8