From 97c7baab148600208e18ff5c4c86cd88fa5637ac Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Wed, 9 Jun 2021 22:57:10 +0200 Subject: [PATCH] appservice: Rename example to get rid of cargo warning --- matrix_sdk_appservice/Cargo.toml | 2 +- .../examples/{autojoin.rs => appservice_autojoin.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename matrix_sdk_appservice/examples/{autojoin.rs => appservice_autojoin.rs} (100%) diff --git a/matrix_sdk_appservice/Cargo.toml b/matrix_sdk_appservice/Cargo.toml index a6a91f0a..f14096c2 100644 --- a/matrix_sdk_appservice/Cargo.toml +++ b/matrix_sdk_appservice/Cargo.toml @@ -44,5 +44,5 @@ tracing-subscriber = "0.2" matrix-sdk-test = { version = "0.2", path = "../matrix_sdk_test", features = ["appservice"] } [[example]] -name = "autojoin" +name = "appservice_autojoin" required-features = ["warp"] diff --git a/matrix_sdk_appservice/examples/autojoin.rs b/matrix_sdk_appservice/examples/appservice_autojoin.rs similarity index 100% rename from matrix_sdk_appservice/examples/autojoin.rs rename to matrix_sdk_appservice/examples/appservice_autojoin.rs