diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-06-04 17:05:25 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-09-29 11:56:56 +0000 |
| commit | 3ab2c049c5a4338dac19b7fdb522f3612c69c746 (patch) | |
| tree | 09fb146037cb902517543b62c1d38f202200081e /macros | |
| parent | 506e411be6b325b75e9de58c9b21b11032a7c3f3 (diff) | |
Remove stale comment
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/src/codegen.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/src/codegen.rs b/macros/src/codegen.rs index f97f841..26d7dc2 100644 --- a/macros/src/codegen.rs +++ b/macros/src/codegen.rs @@ -142,7 +142,6 @@ pub fn app(app: &App, analysis: &Analysis, extra: &Extra) -> TokenStream2 { #(#root_software_tasks)* /// Implementation details - // the user can't access the items within this `const` item mod #name { /// Always include the device crate which contains the vector table use #device as _; |
