From 37608c7c501b12b634834363827e314f6750946f Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 16 Sep 2021 15:54:12 +0200 Subject: [PATCH] Rustfmt --- library/std/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 6380631cf0d8b..1f089bbc0e62e 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -524,8 +524,8 @@ pub mod task { pub mod rt; // Platform-abstraction modules -mod sys_common; mod sys; +mod sys_common; pub mod alloc;