From 1222d817410629ce0a6c73afe226538d6ba7d45e Mon Sep 17 00:00:00 2001 From: Pen Tree Date: Mon, 20 Jan 2020 04:27:22 +0800 Subject: [PATCH] tokio-tls: rename echo.rs to tls-echo.rs (#2133) --- tokio-tls/examples/{echo.rs => tls-echo.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tokio-tls/examples/{echo.rs => tls-echo.rs} (100%) diff --git a/tokio-tls/examples/echo.rs b/tokio-tls/examples/tls-echo.rs similarity index 100% rename from tokio-tls/examples/echo.rs rename to tokio-tls/examples/tls-echo.rs