diff options
author | June McEnroe <june@causal.agency> | 2018-04-15 14:17:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-04-15 14:17:24 -0400 |
commit | 3093f424d8f28114b8fc3b53c598d4f6ef3c9622 (patch) | |
tree | 36fb89efb3c4d56133c598dbe6c79d06f8d89724 | |
parent | Supersample in brot (diff) | |
download | src-3093f424d8f28114b8fc3b53c598d4f6ef3c9622.tar.gz src-3093f424d8f28114b8fc3b53c598d4f6ef3c9622.zip |
Remove d-_-b
Diffstat (limited to '')
-rw-r--r-- | rs/d-_-b/.gitignore | 4 | ||||
-rw-r--r-- | rs/d-_-b/Cargo.toml | 8 | ||||
-rw-r--r-- | rs/d-_-b/src/lib.rs | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/rs/d-_-b/.gitignore b/rs/d-_-b/.gitignore deleted file mode 100644 index 143b1ca0..00000000 --- a/rs/d-_-b/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ - -/target/ -**/*.rs.bk -Cargo.lock diff --git a/rs/d-_-b/Cargo.toml b/rs/d-_-b/Cargo.toml deleted file mode 100644 index 056d9882..00000000 --- a/rs/d-_-b/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "d-_-b" -version = "0.0.1" -authors = ["June McEnroe <june@causal.agency>"] -license = "AGPL-3.0" -description = "Look what you can do with crate names!" - -[dependencies] diff --git a/rs/d-_-b/src/lib.rs b/rs/d-_-b/src/lib.rs deleted file mode 100644 index 44d8a23f..00000000 --- a/rs/d-_-b/src/lib.rs +++ /dev/null @@ -1 +0,0 @@ -#![allow(non_snake_case)] |