File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,11 @@ macro_rules! err {
25
25
26
26
/// Attribute macro for marking structs as UEFI protocols.
27
27
///
28
- /// The macro takes one argument, either a GUID string or the path to a `Guid`
29
- /// constant.
30
- ///
31
- /// The macro can only be applied to a struct. It implements the
32
- /// [`Protocol`] trait and the `unsafe` [`Identify`] trait for the
33
- /// struct.
28
+ /// The macro can only be applied to a struct, and takes one argument, either a
29
+ /// GUID string or the path to a `Guid` constant. It implements the [`Protocol`]
30
+ /// trait and the `unsafe` [`Identify`] trait for the struct. This allows
31
+ /// opening the protocol, but does nnot automatically install a protocol. See
32
+ /// the [`Protocol`] trait for details.
34
33
///
35
34
/// # Safety
36
35
///
You can’t perform that action at this time.
0 commit comments