Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change core::task::local_data to core::local_data. #12

Merged
merged 1 commit into from May 10, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Change core::task::local_data to core::local_data.

  • Loading branch information
metajack committed May 10, 2013
commit f2f1d0a021258087bb2e12162d46eb7a820d1db4
@@ -15,7 +15,7 @@ use glut::bindgen::{glutReshapeWindow, glutSetWindow, glutSwapBuffers, glutTimer
use core::libc::*;
use core::ptr::{null, to_unsafe_ptr};
use core::str::to_bytes;
use core::task::local_data::{local_data_get, local_data_set};
use core::local_data::{local_data_get, local_data_set};
use core::cast::transmute;
use core::vec::raw::to_ptr;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.