Skip to content

Commit 689f98d

Browse files
committed
Revert "Local inner macros"
This reverts commit f162bdd.
1 parent 501b4f9 commit 689f98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
/// ]);
6767
/// # }
6868
/// ```
69-
#[macro_export(local_inner_macros)]
69+
#[macro_export]
7070
macro_rules! json {
7171
// Hide distracting implementation details from the generated rustdoc.
7272
($($json:tt)+) => {
@@ -81,7 +81,7 @@ macro_rules! json {
8181
//
8282
// Changes are fine as long as `json_internal!` does not call any new helper
8383
// macros and can still be invoked as `json_internal!($($json)+)`.
84-
#[macro_export(local_inner_macros)]
84+
#[macro_export]
8585
#[doc(hidden)]
8686
macro_rules! json_internal {
8787
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)