Skip to content

Commit 2786202

Browse files
committed
docs(features): clarify driver and device requirements
1 parent fcbb562 commit 2786202

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/features.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ where
1313
///
1414
/// If `self` is a single feature and multiple features are returned, `self` requires only one of them.
1515
///
16+
/// # Driver Requirements
17+
///
18+
/// The driver MUST NOT accept a feature which requires another feature which was not accepted.
19+
///
20+
/// # Device Requirements
21+
///
22+
/// The device MUST NOT offer a feature which requires another feature which was not offered.
23+
///
1624
/// # Examples
1725
///
1826
/// ```

0 commit comments

Comments
 (0)