diff options
author | 2019-01-24 19:43:16 +0100 | |
---|---|---|
committer | 2019-01-24 19:43:16 +0100 | |
commit | 77d205c3209aa5e4ed8821374e43b6bd1657d547 (patch) | |
tree | dc6a151d2e9662c98abbbdc0841566e16221b1ba /cortex-m-rt/examples | |
parent | a40436357a4fc655c09bb42b0ce95c92515fe7f4 (diff) | |
download | cortex-m-77d205c3209aa5e4ed8821374e43b6bd1657d547.tar.gz cortex-m-77d205c3209aa5e4ed8821374e43b6bd1657d547.tar.zst cortex-m-77d205c3209aa5e4ed8821374e43b6bd1657d547.zip |
doc: Remove obsolete references to entry!
Diffstat (limited to 'cortex-m-rt/examples')
-rw-r--r-- | cortex-m-rt/examples/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/main.rs b/cortex-m-rt/examples/main.rs index b8ab66e..58e3cb4 100644 --- a/cortex-m-rt/examples/main.rs +++ b/cortex-m-rt/examples/main.rs @@ -1,4 +1,4 @@ -//! Directly plug a `main` symbol instead of using `entry!` +//! Directly plug a `main` symbol instead of using `#[entry]` #![deny(warnings)] #![no_main] |