diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·53+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·53+0000 |
commit | 426780060dee0abb47c85f839943d35a70b0af01 (patch) | |
tree | 26d49f2b2b571c3ec8094de7da9856d46e850711 | |
parent | 6193726fb7ba858254eaeec5d790ad7828bd13e9 (diff) |
chore(defer.rs): Prepare for depot merge
-rw-r--r-- | fun/defer_rs/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | fun/defer_rs/Cargo.toml (renamed from Cargo.toml) | 0 | ||||
-rw-r--r-- | fun/defer_rs/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | fun/defer_rs/examples/defer-with-error.rs (renamed from examples/defer-with-error.rs) | 0 | ||||
-rw-r--r-- | fun/defer_rs/examples/defer.rs (renamed from examples/defer.rs) | 0 | ||||
-rw-r--r-- | fun/defer_rs/examples/undefer.rs (renamed from examples/undefer.rs) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/fun/defer_rs/.gitignore index 6aa106405a4b..6aa106405a4b 100644 --- a/.gitignore +++ b/fun/defer_rs/.gitignore diff --git a/Cargo.toml b/fun/defer_rs/Cargo.toml index 0fcd60373ff7..0fcd60373ff7 100644 --- a/Cargo.toml +++ b/fun/defer_rs/Cargo.toml diff --git a/README.md b/fun/defer_rs/README.md index 160158d177b8..160158d177b8 100644 --- a/README.md +++ b/fun/defer_rs/README.md diff --git a/examples/defer-with-error.rs b/fun/defer_rs/examples/defer-with-error.rs index 26d56d77cf1b..26d56d77cf1b 100644 --- a/examples/defer-with-error.rs +++ b/fun/defer_rs/examples/defer-with-error.rs diff --git a/examples/defer.rs b/fun/defer_rs/examples/defer.rs index eadac795f8bc..eadac795f8bc 100644 --- a/examples/defer.rs +++ b/fun/defer_rs/examples/defer.rs diff --git a/examples/undefer.rs b/fun/defer_rs/examples/undefer.rs index 17ad8a6b5485..17ad8a6b5485 100644 --- a/examples/undefer.rs +++ b/fun/defer_rs/examples/undefer.rs |