]> git.lizzy.rs Git - rust.git/commitdiff
Update a test
authortopecongiro <seuchida@gmail.com>
Wed, 8 Nov 2017 09:24:18 +0000 (18:24 +0900)
committertopecongiro <seuchida@gmail.com>
Wed, 8 Nov 2017 09:24:18 +0000 (18:24 +0900)
tests/target/enum.rs

index fdfb5ff94f7f2c2ecaa2b24a8a0029c404a470a8..b66f833a932c009b16a4d7deede9d82495266663 100644 (file)
@@ -139,8 +139,7 @@ pub enum Bencoding<'i> {
     Str(&'i [u8]),
     Int(i64),
     List(Vec<Bencoding<'i>>),
-    /// A bencoded dict value. The first element the slice of bytes in the
-    /// source that the dict is
+    /// A bencoded dict value. The first element the slice of bytes in the source that the dict is
     /// composed of. The second is the dict, decoded into an ordered map.
     // TODO make Dict "structlike" AKA name the two values.
     Dict(&'i [u8], BTreeMap<&'i [u8], Bencoding<'i>>),