summaryrefslogtreecommitdiff
path: root/rust/macros/quote.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/macros/quote.rs')
-rw-r--r--rust/macros/quote.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/macros/quote.rs b/rust/macros/quote.rs
index 31b7ebe504f4..92cacc4067c9 100644
--- a/rust/macros/quote.rs
+++ b/rust/macros/quote.rs
@@ -2,6 +2,7 @@
use proc_macro::{TokenStream, TokenTree};
+#[allow(dead_code)]
pub(crate) trait ToTokens {
fn to_tokens(&self, tokens: &mut TokenStream);
}