Skip to content

Commit 8a37f16

Browse files
committed
Run cargo fmt
1 parent 5d75ea9 commit 8a37f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/gdt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ impl Descriptor {
336336

337337
/// Similar to [`Descriptor::tss_segment`], but unsafe since it does not enforce a lifetime
338338
/// constraint on the provided TSS.
339-
///
339+
///
340340
/// # Safety
341341
/// The caller must ensure that the passed pointer is valid for as long as the descriptor is
342342
/// being used.

0 commit comments

Comments
 (0)