We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501b4f9 commit 689f98dCopy full SHA for 689f98d
src/macros.rs
@@ -66,7 +66,7 @@
66
/// ]);
67
/// # }
68
/// ```
69
-#[macro_export(local_inner_macros)]
+#[macro_export]
70
macro_rules! json {
71
// Hide distracting implementation details from the generated rustdoc.
72
($($json:tt)+) => {
@@ -81,7 +81,7 @@ macro_rules! json {
81
//
82
// Changes are fine as long as `json_internal!` does not call any new helper
83
// macros and can still be invoked as `json_internal!($($json)+)`.
84
85
#[doc(hidden)]
86
macro_rules! json_internal {
87
//////////////////////////////////////////////////////////////////////////
0 commit comments