diff options
author | 2020-10-08 17:33:42 +0200 | |
---|---|---|
committer | 2020-10-08 17:33:42 +0200 | |
commit | c83b15b643346c54f09ef130b5abd5ca31abfcd5 (patch) | |
tree | b1b350b834c243e05f4328d1b4922f1d9e0f373c /macros/src/lib.rs | |
parent | e8b4fa7b32cf044428971f22e01428ff9cccff3c (diff) | |
parent | 36781cdd890752d6876623d8802b860e950b24eb (diff) | |
download | rtic-c83b15b643346c54f09ef130b5abd5ca31abfcd5.tar.gz rtic-c83b15b643346c54f09ef130b5abd5ca31abfcd5.tar.zst rtic-c83b15b643346c54f09ef130b5abd5ca31abfcd5.zip |
Merge branch 'master' into spawn_experiment
Diffstat (limited to 'macros/src/lib.rs')
-rw-r--r-- | macros/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 94e7eec6..e659559e 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -35,8 +35,7 @@ mod tests; /// /// The items allowed in the module block are specified below: /// -/// # 1. `#[resources] -/// struct <resource-name>` +/// # 1. `#[resources] struct <resource-name>` /// /// This structure contains the declaration of all the resources used by the application. Each field /// in this structure corresponds to a different resource. Each resource may optionally be given an |