We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbb562 commit 2786202Copy full SHA for 2786202
1 file changed
src/features.rs
@@ -13,6 +13,14 @@ where
13
///
14
/// If `self` is a single feature and multiple features are returned, `self` requires only one of them.
15
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
24
/// # Examples
25
26
/// ```
0 commit comments