From 3e6347cd48f117bc2adc7edb2135df7bb0728aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 23 May 2024 13:52:23 +0200 Subject: [PATCH] chore: Create a subdirectory for authentication --- .../matrix-sdk/src/{authentication.rs => authentication/mod.rs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/matrix-sdk/src/{authentication.rs => authentication/mod.rs} (98%) diff --git a/crates/matrix-sdk/src/authentication.rs b/crates/matrix-sdk/src/authentication/mod.rs similarity index 98% rename from crates/matrix-sdk/src/authentication.rs rename to crates/matrix-sdk/src/authentication/mod.rs index ac19cb43b..5be3efd1b 100644 --- a/crates/matrix-sdk/src/authentication.rs +++ b/crates/matrix-sdk/src/authentication/mod.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// TODO(pixlwave) Move AuthenticationService from the FFI into this module. +// TODO:(pixlwave) Move AuthenticationService from the FFI into this module. use std::pin::Pin;