Skip to content

Commit

Permalink
Remove the promise example
Browse files Browse the repository at this point in the history
This should be made into proper tests, and an actual example
for the `Promise`s should be written.
  • Loading branch information
koute committed Feb 21, 2018
1 parent eb1b8f6 commit a73a6b5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 269 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[workspace]
members = ["canvas", "echo", "hasher", "minimal", "promise", "todomvc"]
members = ["canvas", "echo", "hasher", "minimal", "todomvc"]
8 changes: 0 additions & 8 deletions examples/promise/Cargo.toml

This file was deleted.

Empty file removed examples/promise/README.md
Empty file.
260 changes: 0 additions & 260 deletions examples/promise/src/main.rs

This file was deleted.

0 comments on commit a73a6b5

Please sign in to comment.