Skip to content

Commit 83fb3d2

Browse files
committed
extra: add metrics ratchet to test driver.
1 parent 8614d16 commit 83fb3d2

File tree

2 files changed

+299
-84
lines changed

2 files changed

+299
-84
lines changed

src/libextra/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ impl Ord for Json {
12261226
}
12271227

12281228
/// A trait for converting values to JSON
1229-
trait ToJson {
1229+
pub trait ToJson {
12301230
/// Converts the value of `self` to an instance of JSON
12311231
fn to_json(&self) -> Json;
12321232
}

0 commit comments

Comments
 (0)