Skip to content

Commit

Permalink
compiler-test-derive: Switch to proc_macro exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Apr 25, 2023
1 parent 57bd64a commit 6a95b5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/near-vm/tests/lib/compiler-test-derive/src/lib.rs
@@ -1,15 +1,9 @@
#[cfg(not(test))]
extern crate proc_macro;
#[cfg(not(test))]
use proc_macro::TokenStream;
#[cfg(test)]
use proc_macro2::TokenStream;
use quote::quote;
use std::path::PathBuf;
#[cfg(not(test))]
use syn::parse;
#[cfg(test)]
use syn::parse2 as parse;
use syn::*;

mod ignores;
Expand Down

0 comments on commit 6a95b5d

Please sign in to comment.