Require documentation for ByteString.

This commit is contained in:
Ms2ger 2014-12-20 16:12:13 +01:00
parent 8a4eea0032
commit ca2ce8e5b8

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};