Skip to content

Commit 695c36d

Browse files
committed
x
1 parent 6c8020f commit 695c36d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi/src/data_types/strs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ impl UnalignedSlice<'_, u16> {
770770
}
771771

772772
/// The EqStrUntilNul trait helps to compare Rust strings against UEFI string types (UCS-2 strings).
773+
///
773774
/// The given generic implementation of this trait enables us that we only have to
774775
/// implement one direction (`left.eq_str_until_nul(&right)`) for each UEFI string type and we
775776
/// get the other direction (`right.eq_str_until_nul(&left)`) for free. Hence, the relation is

0 commit comments

Comments
 (0)