]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/itemized-blocks/urls.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / itemized-blocks / urls.rs
1 // rustfmt-wrap_comments: true
2 // rustfmt-max_width: 79
3
4 //! CMSIS: Cortex Microcontroller Software Interface Standard
5 //!
6 //! The version 5 of the standard can be found at:
7 //!
8 //! http://arm-software.github.io/CMSIS_5/Core/html/index.html
9 //!
10 //! The API reference of the standard can be found at:
11 //!
12 //! - example -- http://example.org -- something something something something
13 //!   something something
14 //! - something something something something something something more -- http://example.org
15 //! - http://example.org/something/something/something/something/something/something
16 //!   and the rest
17 //! - Core function access -- http://arm-software.github.io/CMSIS_5/Core/html/group__Core__Register__gr.html
18 //! - Intrinsic functions for CPU instructions -- http://arm-software.github.io/CMSIS_5/Core/html/group__intrinsic__CPU__gr.html
19 //! - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum sem
20 //!   lacus, commodo vitae.
21 //!
22 //! The reference C implementation used as the base of this Rust port can be
23 //! found at
24 //!
25 //! https://github.com/ARM-software/CMSIS_5/blob/5.3.0/CMSIS/Core/Include/cmsis_gcc.h