diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 01:16:11 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 01:17:54 -0500 |
| commit | 616054815361642678910ada3b8053ee6352ab12 (patch) | |
| tree | b55a9fd3261c58cbe4e797107867e869eed53ee9 /macros/src/lib.rs | |
| parent | 2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (diff) | |
v0.2.0
Diffstat (limited to 'macros/src/lib.rs')
| -rw-r--r-- | macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 2a1f72e..bef5dcc 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -1,4 +1,4 @@ -//! Procedural macros for the RTFM framework +//! Procedural macros of the `cortex-m-rtfm` crate #![deny(warnings)] #![feature(proc_macro)] #![recursion_limit = "128"] |
