From 3779cf1770e1be03d60623d965f5e56897fbfa43 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 11 Nov 2018 17:42:15 +0100 Subject: Avoid unnecessary type --- src/devices/mode/oneshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/mode/oneshot.rs') diff --git a/src/devices/mode/oneshot.rs b/src/devices/mode/oneshot.rs index e8aa533..de7e11e 100644 --- a/src/devices/mode/oneshot.rs +++ b/src/devices/mode/oneshot.rs @@ -18,7 +18,7 @@ where iface: self.iface, config: self.config, a_conversion_was_started: self.a_conversion_was_started, - converter: self.converter, + _conv: PhantomData, _ic: PhantomData, _mode: PhantomData }) -- cgit v1.2.3-54-g00ecf