mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Remove stale comment
This commit is contained in:
parent
506e411be6
commit
3ab2c049c5
1 changed files with 0 additions and 1 deletions
|
@ -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 _;
|
||||
|
|
Loading…
Reference in a new issue