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. #1

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

Remove unused imports.

  • Loading branch information
metajack committed Apr 1, 2013
commit f070c67e28b7d720e2dd4a913a7069972322b025
@@ -1,7 +1,7 @@
// High-level bindings to the Hubbub HTML5 parser.

use core::libc::{c_char, c_void, size_t};
use core::ptr::{null, offset, to_unsafe_ptr};
use core::libc::{c_void, size_t};
use core::ptr::{null, to_unsafe_ptr};
use ll;

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