We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9831844 commit 7dcfac7Copy full SHA for 7dcfac7
tests/macros/mod.rs
@@ -75,6 +75,7 @@ macro_rules! snapshot_impl {
75
}
76
77
pub trait TryIntoTokens {
78
+ #[allow(dead_code)]
79
fn try_into_tokens(self) -> Result<proc_macro2::TokenStream>;
80
81
0 commit comments