From af97622c79b129efe422427ecd982aabe339be5b Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 17 Oct 2020 11:53:39 +0800 Subject: [PATCH] chore: reorg --- {into => __std/into}/Cargo.lock | 0 {into => __std/into}/Cargo.toml | 0 {into => __std/into}/src/main.rs | 0 {iter => __std/iter}/Cargo.lock | 0 {iter => __std/iter}/Cargo.toml | 0 {iter => __std/iter}/src/main.rs | 0 {ops => __std/ops}/Cargo.lock | 0 {ops => __std/ops}/Cargo.toml | 0 {ops => __std/ops}/src/main.rs | 0 {thread => __std/thread}/Cargo.lock | 0 {thread => __std/thread}/Cargo.toml | 0 {thread => __std/thread}/src/main.rs | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {into => __std/into}/Cargo.lock (100%) rename {into => __std/into}/Cargo.toml (100%) rename {into => __std/into}/src/main.rs (100%) rename {iter => __std/iter}/Cargo.lock (100%) rename {iter => __std/iter}/Cargo.toml (100%) rename {iter => __std/iter}/src/main.rs (100%) rename {ops => __std/ops}/Cargo.lock (100%) rename {ops => __std/ops}/Cargo.toml (100%) rename {ops => __std/ops}/src/main.rs (100%) rename {thread => __std/thread}/Cargo.lock (100%) rename {thread => __std/thread}/Cargo.toml (100%) rename {thread => __std/thread}/src/main.rs (100%) diff --git a/into/Cargo.lock b/__std/into/Cargo.lock similarity index 100% rename from into/Cargo.lock rename to __std/into/Cargo.lock diff --git a/into/Cargo.toml b/__std/into/Cargo.toml similarity index 100% rename from into/Cargo.toml rename to __std/into/Cargo.toml diff --git a/into/src/main.rs b/__std/into/src/main.rs similarity index 100% rename from into/src/main.rs rename to __std/into/src/main.rs diff --git a/iter/Cargo.lock b/__std/iter/Cargo.lock similarity index 100% rename from iter/Cargo.lock rename to __std/iter/Cargo.lock diff --git a/iter/Cargo.toml b/__std/iter/Cargo.toml similarity index 100% rename from iter/Cargo.toml rename to __std/iter/Cargo.toml diff --git a/iter/src/main.rs b/__std/iter/src/main.rs similarity index 100% rename from iter/src/main.rs rename to __std/iter/src/main.rs diff --git a/ops/Cargo.lock b/__std/ops/Cargo.lock similarity index 100% rename from ops/Cargo.lock rename to __std/ops/Cargo.lock diff --git a/ops/Cargo.toml b/__std/ops/Cargo.toml similarity index 100% rename from ops/Cargo.toml rename to __std/ops/Cargo.toml diff --git a/ops/src/main.rs b/__std/ops/src/main.rs similarity index 100% rename from ops/src/main.rs rename to __std/ops/src/main.rs diff --git a/thread/Cargo.lock b/__std/thread/Cargo.lock similarity index 100% rename from thread/Cargo.lock rename to __std/thread/Cargo.lock diff --git a/thread/Cargo.toml b/__std/thread/Cargo.toml similarity index 100% rename from thread/Cargo.toml rename to __std/thread/Cargo.toml diff --git a/thread/src/main.rs b/__std/thread/src/main.rs similarity index 100% rename from thread/src/main.rs rename to __std/thread/src/main.rs