Skip to content

Commit

Permalink
Auto merge of #19 - Darkspirit:https, r=Manishearth
Browse files Browse the repository at this point in the history
Remove unneeded webhook notification

servo/saltfs#906 (comment)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/19)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Nov 10, 2018
2 parents 948b9d3 + 3ea9395 commit 2ca7554
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ rust:
- nightly
- beta
- stable

notifications:
webhooks: http://build.servo.org:54856/travis
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ set.insert(2);

[chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
[faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
[graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
[graphs]: https://cglab.ca/~abeinges/blah/hash-rs/
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//!
//! [chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
//! [faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
//! [graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
//! [graphs]: https://cglab.ca/~abeinges/blah/hash-rs/


use std::default::Default;
Expand Down

0 comments on commit 2ca7554

Please sign in to comment.