Skip to content

Commit

Permalink
Remove comment for Sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Aug 2, 2024
1 parent 1bfbebf commit 1b3594c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ impl<F: FnOnce()> Drop for ScopeGuard<F> {

/// Common trait for sealing platform extension traits.
pub(crate) mod private {
// This is currently unused on macOS, so silence the warning which appears
// since there's no extension traits making use of this trait sealing structure.
pub trait Sealed {}

impl Sealed for crate::Get<'_> {}
Expand Down

0 comments on commit 1b3594c

Please sign in to comment.