From 4773408ae4de52254d500f89a4188855111c76d9 Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Thu, 8 Aug 2019 12:05:14 +0100 Subject: [PATCH] switch to 2018 edition module structure --- src/{async_impl/mod.rs => async_impl.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{async_impl/mod.rs => async_impl.rs} (100%) diff --git a/src/async_impl/mod.rs b/src/async_impl.rs similarity index 100% rename from src/async_impl/mod.rs rename to src/async_impl.rs