aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/make_current_guard.rs
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-04-03 09:57:04 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-04-03 09:57:04 +0200
commitb13b39728638d847d57871ab11ee6b1200b8a23c (patch)
treeb35fe22f55ef94a02ab01bf6f5271407ce4ad204 /src/win32/make_current_guard.rs
parent1c74614c4ace993e655e18dafdeb9d5ceef9ea06 (diff)
parent0f7bd9071e9b64acb9f13e253d49c3790e50d560 (diff)
downloadglutin-b13b39728638d847d57871ab11ee6b1200b8a23c.tar.gz
glutin-b13b39728638d847d57871ab11ee6b1200b8a23c.zip
Merge pull request #351 from tomaka/rustup
Remove all features for 1.0 beta
Diffstat (limited to 'src/win32/make_current_guard.rs')
-rw-r--r--src/win32/make_current_guard.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32/make_current_guard.rs b/src/win32/make_current_guard.rs
index 2435454..8983899 100644
--- a/src/win32/make_current_guard.rs
+++ b/src/win32/make_current_guard.rs
@@ -42,7 +42,6 @@ impl<'a, 'b> CurrentContextGuard<'a, 'b> {
}
}
-#[unsafe_destructor]
impl<'a, 'b> Drop for CurrentContextGuard<'a, 'b> {
fn drop(&mut self) {
unsafe {