summaryrefslogtreecommitdiff
path: root/packaging/extern.patch
blob: 6140b861f433a9193a6301ee1e31f307c604abad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/lib.rs b/src/lib.rs
index 082f734..ced08f8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,6 +4,8 @@ use quote::quote;
 use syn::parse::{Parse, ParseStream, Parser, Result};
 use syn::visit_mut::VisitMut;
 
+extern crate proc_macro;
+
 struct Scrub<'a> {
     /// Whether the stream is a try stream.
     is_try: bool,