diff options
author | 2021-02-25 19:05:39 +0100 | |
---|---|---|
committer | 2021-02-25 19:16:28 +0100 | |
commit | d351f55e1c8e60a9bbd69b40b84a39dab5d20051 (patch) | |
tree | fbfdb97dda4dbc60a10f7f15ede481cecd474500 /macros/src/codegen/locals.rs | |
parent | 767d46e05bbc88eb3c236cf468f9432c7fe0ce05 (diff) | |
download | rtic-d351f55e1c8e60a9bbd69b40b84a39dab5d20051.tar.gz rtic-d351f55e1c8e60a9bbd69b40b84a39dab5d20051.tar.zst rtic-d351f55e1c8e60a9bbd69b40b84a39dab5d20051.zip |
Documentation generation fixes
Test fixes
Diffstat (limited to 'macros/src/codegen/locals.rs')
-rw-r--r-- | macros/src/codegen/locals.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/src/codegen/locals.rs b/macros/src/codegen/locals.rs index 336c0b21..5725a151 100644 --- a/macros/src/codegen/locals.rs +++ b/macros/src/codegen/locals.rs @@ -49,6 +49,7 @@ pub fn codegen( )); items.push(quote!( #(#cfgs)* + #[doc(hidden)] static mut #name: #ty = #expr )); values.push(quote!( |