From 9f5d748e07e0b69ef3a63e13ad254fa27b63ede5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Mon, 23 Jul 2018 10:42:23 +0200 Subject: [PATCH] Forgot to remove a samll test comment line within the last commit --- src/epd4in2/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/epd4in2/mod.rs b/src/epd4in2/mod.rs index 94f6e49..4874e34 100644 --- a/src/epd4in2/mod.rs +++ b/src/epd4in2/mod.rs @@ -136,7 +136,6 @@ where Ok(epd) } - /// blablabla fn init(&mut self) -> Result<(), E> { // reset the device self.reset();