Require documentation for the memory profiling module.

This commit is contained in:
Ms2ger 2015-05-01 12:25:09 +02:00
parent 7355bf1061
commit 5e5be69b01
2 changed files with 16 additions and 0 deletions

View file

@ -2,5 +2,9 @@
* 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/. */
//! This module contains APIs for the `profile` crate used generically in the
//! rest of Servo. These APIs are here instead of in `profile` so that these
//! modules won't have to depend on `profile`.
pub mod mem;
pub mod time;