Skip to content

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed May 13, 2021
1 parent 607a12f commit 22e8858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/windows/named_pipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ pub struct NamedPipe {

/// # Notes
///
/// The memory layout of this structure must be fixed as the `*_OFFSET`
/// constants depend on it, see the `offset_constants` test.
/// The memory layout of this structure must be fixed as the
/// `ptr_from_*_overlapped` methods depend on it, see the `ptr_from` test.
#[repr(C)]
struct Inner {
// NOTE: careful modifying the order of these three fields, the `ptr_from_*`
Expand Down

0 comments on commit 22e8858

Please sign in to comment.