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

Update to Rust 0.6 syntax. #2

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

Always

Just for now

Prev

Remove unused imports.

  • Loading branch information
metajack committed Apr 1, 2013
commit e0cf406a595e539e7e65c21a397b60be3427f7a7
@@ -67,7 +67,7 @@ pub fn init_cgl() -> CGLContextObj {


pub fn init_surface(size: Size2D<int>) -> IOSurface {
use platform::core_foundation::boolean::{CFBooleanRef, CFBoolean};
use platform::core_foundation::boolean::CFBoolean;
use number = platform::core_foundation::number::CFNumber::new;
use string = platform::core_foundation::string::CFString::wrap_extern;

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