Skip to content

Commit 4ff9401

Browse files
committed
feat: v1.0.9
1 parent 6cabcf3 commit 4ff9401

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "instrument-level"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
55
mod r#fn;
66

7-
pub(crate) use r#fn::*;
7+
use r#fn::*;
88

9-
pub(crate) use {
10-
proc_macro::TokenStream, proc_macro2::TokenStream as TokenStream2, quote::quote, syn::*,
11-
};
9+
use {proc_macro::TokenStream, proc_macro2::TokenStream as TokenStream2, quote::quote, syn::*};
1210

1311
/// Enables trace-level instrumentation for the decorated function.
1412
///

0 commit comments

Comments
 (0)