Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Feb 8, 2018
1 parent a1cfef7 commit 4bc35e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ before_deploy:
deploy:
provider: script
script: ./scripts/deploy.sh
skip_cleanup: trues
skip_cleanup: true
on:
tags: true
4 changes: 1 addition & 3 deletions milestone.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@
- [ ] support struct attrs lifetime ...
- [x] if user directly replace the nested struct, dirty chain will break, and how to generate current change op?
- [x] RefCell will break dirty chain which depend on DerefMut
- [ ] support rebase
- [ ] support ops zip
- [ ] serde
- [ ] support ops zip

0 comments on commit 4bc35e7

Please sign in to comment.