diff options
Diffstat (limited to 'ops/deno.rs')
-rw-r--r-- | ops/deno.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/deno.rs b/ops/deno.rs index 67af603e9..07f50489a 100644 --- a/ops/deno.rs +++ b/ops/deno.rs @@ -1,4 +1,5 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +#![cfg(not(test))] use proc_macro2::{Span, TokenStream}; use proc_macro_crate::{crate_name, FoundCrate}; |