Skip to content

Commit ae99838

Browse files
committed
feat: v1.0.5
1 parent 4f05790 commit ae99838

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4"
3+
version = "1.0.5"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ pub(crate) use syn::*;
3535
/// async fn test(x: i32, y: i32) -> i32 {
3636
/// x + y
3737
/// }
38-
///
39-
/// #[instrument_trace(skip_all)]
40-
/// async fn test_skip_all(x: i32, y: i32) -> i32 {
41-
/// x + y
42-
/// }
4338
/// ```
4439
#[proc_macro_attribute]
4540
pub fn instrument_trace(attr: TokenStream, item: TokenStream) -> TokenStream {

0 commit comments

Comments
 (0)