1
Fork 0

extra: add metrics ratchet to test driver.

This commit is contained in:
Graydon Hoare 2013-07-10 16:17:41 -07:00
parent 8614d1694c
commit 83fb3d224a
2 changed files with 299 additions and 84 deletions

View file

@ -1226,7 +1226,7 @@ impl Ord for Json {
}
/// A trait for converting values to JSON
trait ToJson {
pub trait ToJson {
/// Converts the value of `self` to an instance of JSON
fn to_json(&self) -> Json;
}