summaryrefslogtreecommitdiffstats
path: root/vendor/syn/src/export.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/syn/src/export.rs')
-rw-r--r--vendor/syn/src/export.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/syn/src/export.rs b/vendor/syn/src/export.rs
index c1c16f9ed..5c06ebdd2 100644
--- a/vendor/syn/src/export.rs
+++ b/vendor/syn/src/export.rs
@@ -28,10 +28,7 @@ pub use crate::token::parsing::{peek_punct, punct as parse_punct};
#[cfg(feature = "printing")]
pub use crate::token::printing::punct as print_punct;
-#[cfg(all(
- not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "wasi"))),
- feature = "proc-macro"
-))]
+#[cfg(feature = "proc-macro")]
pub use proc_macro::TokenStream;
#[cfg(feature = "printing")]