Skip to content

Commit 7d0c8b0

Browse files
committed
ignore macro
1 parent 0817134 commit 7d0c8b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/vespera_macro/src

crates/vespera_macro/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pub fn route(attr: TokenStream, item: TokenStream) -> TokenStream {
6666
}
6767

6868
// Schema Storage global variable
69+
#[cfg(not(tarpaulin_include))]
6970
static SCHEMA_STORAGE: LazyLock<Mutex<Vec<StructMetadata>>> =
7071
LazyLock::new(|| Mutex::new(Vec::new()));
7172

0 commit comments

Comments
 (0)