Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: method `try_into_tokens` is never used --> tests/macros/mod.rs:78:8 | 77 | pub trait TryIntoTokens { | ------------- method in this trait 78 | fn try_into_tokens(self) -> Result<proc_macro2::TokenStream>; | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information