File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
components/salsa-macro-rules/src Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - ` #[doc(hidden)] ` auto-generated tracked-fn structs ([ #917 ] ( https://github.com/salsa-rs/salsa/pull/917 ) )
13+
1014## [ 0.22.0] ( https://github.com/salsa-rs/salsa/compare/salsa-v0.21.1...salsa-v0.22.0 ) - 2025-05-23
1115
1216### Fixed
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ macro_rules! setup_tracked_fn {
369369 // The struct needs be last in the macro expansion in order to make the tracked
370370 // function's ident be identified as a function, not a struct, during semantic highlighting.
371371 // for more details, see https://github.com/salsa-rs/salsa/pull/612.
372+ #[ doc( hidden) ]
372373 #[ allow( non_camel_case_types) ]
373374 $vis struct $fn_name {
374375 _priv: std:: convert:: Infallible ,
You can’t perform that action at this time.
0 commit comments