##// END OF EJS Templates
rust: Add type annotation to fix inference on Rust Nightly...
Simon Sapin -
r48067:402bd66c default
parent child Browse files
Show More
@@ -123,7 +123,10 b' macro_rules! merge_copies_dict {'
123 ),
123 ),
124 )
124 )
125 })
125 })
126 .collect::<OrdMap<_, _>>()
126 .collect::<OrdMap<
127 String,
128 (Revision, Option<String>, OrdSet<Revision>)
129 >>()
127 }
130 }
128 };
131 };
129 }
132 }
General Comments 0
You need to be logged in to leave comments. Login now