aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples
diff options
context:
space:
mode:
authorGravatar chrysn <chrysn@fsfe.org> 2019-01-24 19:43:16 +0100
committerGravatar chrysn <chrysn@fsfe.org> 2019-01-24 19:43:16 +0100
commit77d205c3209aa5e4ed8821374e43b6bd1657d547 (patch)
treedc6a151d2e9662c98abbbdc0841566e16221b1ba /cortex-m-rt/examples
parenta40436357a4fc655c09bb42b0ce95c92515fe7f4 (diff)
downloadcortex-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.rs2
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]