We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58edfb4 commit 694129bCopy full SHA for 694129b
1 file changed
tests/json.rs
@@ -24,9 +24,9 @@ use std::{
24
};
25
26
type SampleName = String;
27
-type SampleData = Bytes;
28
-type SampleReflection = Reflection<SampleName, SampleData>;
29
-type SampleTree = DataTree<SampleName, SampleData>;
+type SampleSize = Bytes;
+type SampleReflection = Reflection<SampleName, SampleSize>;
+type SampleTree = DataTree<SampleName, SampleSize>;
30
31
fn sample_tree() -> SampleTree {
32
let dir = |name: &'static str, children: Vec<SampleTree>| {
0 commit comments