From ca4e1412d2d81cd6b793229fb254b02254352b08 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 3 Dec 2016 22:43:42 -0500 Subject: Remove unused import --- src/bin/day01.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/day01.rs b/src/bin/day01.rs index a198e64..26dd306 100644 --- a/src/bin/day01.rs +++ b/src/bin/day01.rs @@ -1,6 +1,6 @@ use std::collections::HashSet; use std::io::{self, Read}; -use std::ops::{Add, Mul}; +use std::ops::Add; #[derive(Clone, Copy, PartialEq, Eq, Hash)] struct Point(i32, i32); -- cgit 1.4.1 80c4386c7f2876f6d370715665f4'/> dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/shared.c (unfollow)
Commit message (Expand)Author
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
2021-02-06Add xterm output to schemeJune McEnroe