From c025a5d9623154e194ac55f90e1d4e42658c59d7 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 8 Dec 2021 17:54:05 -0500 Subject: [PATCH] move core/stream/stream/mod.rs to core/stream/stream.rs --- library/core/src/stream/{stream/mod.rs => stream.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename library/core/src/stream/{stream/mod.rs => stream.rs} (100%) diff --git a/library/core/src/stream/stream/mod.rs b/library/core/src/stream/stream.rs similarity index 100% rename from library/core/src/stream/stream/mod.rs rename to library/core/src/stream/stream.rs