diff options
author | Markus Reiter <me@reitermark.us> | 2024-11-23 22:49:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 22:49:30 +0100 |
commit | 0edd5527161809dfbc0c76e39c462e3a4f00beb7 (patch) | |
tree | bb55dd2015752ce100d21682a5f452b9f5c4d208 /src/devices/features/mod.rs | |
parent | d3af2b6074e8698b8b83f79758e23070a8b80002 (diff) | |
download | ads1x1x-async-0edd5527161809dfbc0c76e39c462e3a4f00beb7.tar.gz ads1x1x-async-0edd5527161809dfbc0c76e39c462e3a4f00beb7.tar.xz ads1x1x-async-0edd5527161809dfbc0c76e39c462e3a4f00beb7.zip |
Improve documentation. (#32)
* Use `non_exhaustive`.
* Improve docs.
Diffstat (limited to 'src/devices/features/mod.rs')
-rw-r--r-- | src/devices/features/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/features/mod.rs b/src/devices/features/mod.rs index c24b7b4..e64f25a 100644 --- a/src/devices/features/mod.rs +++ b/src/devices/features/mod.rs @@ -1,5 +1,4 @@ -//! Implementation of IC features separated in tiers depending on the hardware -//! support. +//! Implementation of IC features separated in tiers depending on the hardware support. mod tier1; mod tier2; |