-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use generic annotation for cost * Implement tee in terms of AnnotatedIterable Unrelated changes: * watch only iterative-methods doc files * remove chaining from cg_demo * ignore unstable test * Add some doc comments
- Loading branch information
1 parent
2a5fe34
commit eef4f71
Showing
4 changed files
with
101 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# prereq: sudo npm install -g browser-sync | ||
browser-sync start --ss target/doc -s target/doc --directory --no-open --no-inject-changes --watch & | ||
cargo watch -x check -x fmt -x doc -x clippy -x build -x test | ||
browser-sync start --ss target/doc/iterative_methods -s target/doc/iterative_methods --directory --no-open --no-inject-changes --watch & | ||
cargo watch -x check -x fmt -x doc -x clippy -x build -x test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.