Skip to content
Snippets Groups Projects
Commit 2d1f1a89 authored by Gav's avatar Gav
Browse files

Remove unneeded function.

parent 8d1825fb
Branches
No related merge requests found
......@@ -44,8 +44,6 @@
pub use std::cell::RefCell;
use std::thread::LocalKey;
pub fn test_me() { panic!("Hello") }
pub fn using_environment<'a, T: 'a, R, S, F: FnOnce() -> R>(
global: &'static LocalKey<RefCell<*mut S>>,
protected: &'a mut T,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment