mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Require documentation for ByteString.
This commit is contained in:
parent
8a4eea0032
commit
ca2ce8e5b8
1 changed files with 2 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue