Skip to content

Commit

Permalink
fix(vga): temporary fix for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 24, 2018
1 parent 21574dd commit c84ca3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vga/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#![crate_type = "lib"]
#![feature( slice_patterns
, unique )]
#![feature(ptr_internals)]
#![feature( const_fn
, const_unique_new )]
#![cfg_attr(feature = "system_term", feature(lang_items))]
Expand Down

0 comments on commit c84ca3b

Please sign in to comment.