We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a1190 + 97158a4 commit 8eefdd9Copy full SHA for 8eefdd9
src/data_types/guid.rs
@@ -86,6 +86,8 @@ impl fmt::Display for Guid {
86
/// for more specific traits such as `Protocol` or `FileProtocolInfo`, which
87
/// indicate in which circumstances an `Identify`-tagged type should be used.
88
///
89
+/// # Safety
90
+///
91
/// Implementing `Identify` is unsafe because attaching an incorrect GUID to a
92
/// type can lead to type unsafety on both the Rust and UEFI side.
93
0 commit comments