diff options
author | 2019-08-21 12:33:04 +0200 | |
---|---|---|
committer | 2019-08-21 12:33:04 +0200 | |
commit | 996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2 (patch) | |
tree | d77c07334ce3b54c80307d5130759b32de93523d /src | |
parent | 45f9faae9c51c8d84c939a9e00985388fc1d2cdf (diff) | |
download | rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.tar.gz rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.tar.zst rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.zip |
doc tweaks
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -31,7 +31,10 @@ //! //! # Cargo features //! -//! - `heterogeneous`. This opt-in feature enables the *experimental* heterogeneous multi-core support. +//! - `heterogeneous`. This opt-in feature enables the *experimental* heterogeneous multi-core +//! support. This feature depends on unstable feature and requires the use of the nightly channel. +//! +//! - `homogeneous`. This opt-in feature enables the *experimental* homogeneous multi-core support. #![deny(missing_docs)] #![deny(rust_2018_compatibility)] |