Skip to content

Instantly share code, notes, and snippets.

View Hoverbear's full-sized avatar
🐻‍❄️
Am a bear, hovering there.

Ana Hobden Hoverbear

🐻‍❄️
Am a bear, hovering there.
View GitHub Profile
@rikless
rikless / ff-font-arch
Created February 15, 2014 13:32
fix firefox font issue on archlinux
ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d/
/// Phantom type for step 1.
pub enum Step1 {}
/// Phantom type for step 2.
pub enum Step2 {}
/// Contains data we set step by step.
pub struct Data<'a> {
/// 'a' is set in the first step.
a: Option<int>,