diff options
author | 2018-09-06 20:44:33 +0200 | |
---|---|---|
committer | 2018-09-06 20:44:33 +0200 | |
commit | fa1797b21c93c85b453fb90b0060a2cdf6137cb9 (patch) | |
tree | 31e1da4b405da85f6c51a6d1581b486c0c6f5d5e /check-blobs.sh | |
parent | a2da38b0dced156c6fa78fb71d1fea2acb908c4d (diff) | |
download | cortex-m-fa1797b21c93c85b453fb90b0060a2cdf6137cb9.tar.gz cortex-m-fa1797b21c93c85b453fb90b0060a2cdf6137cb9.tar.zst cortex-m-fa1797b21c93c85b453fb90b0060a2cdf6137cb9.zip |
make `iprintln!` not depend on `iprint!`
the preferred way to import macros in Rust 2018 is via `use`. If you import
`iprintln` and try to use you'll get an error if the `iprint` macro has not been
imported as well.
This commit makes `iprintln` work w/o having to import `iprint` as well.
Diffstat (limited to 'check-blobs.sh')
0 files changed, 0 insertions, 0 deletions