From 6e9969ccc019500687a329a90219d26adf7d816e Mon Sep 17 00:00:00 2001 From: Michael Powell Date: Fri, 19 Dec 2014 21:34:20 -0800 Subject: Add semicolons after macro invocations, as required by the latest nightly. --- src/win32/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/win32/init.rs b/src/win32/init.rs index f10eb7c..a205d0c 100644 --- a/src/win32/init.rs +++ b/src/win32/init.rs @@ -16,7 +16,7 @@ use winapi; /// /// We only have one window per thread. We still store the HWND in case where we /// receive an event for another window. -thread_local!(static WINDOW: Rc)>>> = Rc::new(RefCell::new(None))) +thread_local!(static WINDOW: Rc)>>> = Rc::new(RefCell::new(None))); pub fn new_window(builder_dimensions: Option<(uint, uint)>, builder_title: String, builder_monitor: Option, -- cgit v1.2.3