auto merge of #4451 : Ms2ger/servo/bytestring-doc, r=jdm

This commit is contained in:
bors-servo 2014-12-20 16:57:43 -07:00
commit b4025f167f

View file

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![deny(missing_docs)]
//! The `ByteString` struct.
use std::hash::{Hash, sip};