Skip to content

Commit

Permalink
remove redundant must_use
Browse files Browse the repository at this point in the history
  • Loading branch information
i509VCB committed Nov 11, 2023
1 parent 728b171 commit 6a57c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glutin/src/api/egl/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ impl Sync {
/// This is available on Android and Linux when the
/// `EGL_ANDROID_native_fence_sync` extension is available.
#[cfg(unix)]
#[must_use]
pub fn export_sync_fd(&self) -> Result<std::os::unix::prelude::OwnedFd> {
// Invariants:
// - EGL_KHR_fence_sync must be supported if a Sync is creatable.
Expand Down

0 comments on commit 6a57c12

Please sign in to comment.