From d0516862db589ae6caedb6a15b61192d431d5f0e Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 8 Jan 2015 20:21:20 +0100 Subject: [PATCH] fix --- generate_markdown_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 1758c1c..ab07e48 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -767,8 +767,8 @@ entry( '* ', 'rust-lang/time', rows_stable, rows_unstable ) add( '\n### Encoding\n', rows_stable, rows_unstable ) entry( '* ', 'TyOverby/bincode', rows_stable, rows_unstable ) -add( ' * Bencode', rows_stable, rows_unstable ) -entry( '* ', 'arjantop/rust-bencode', rows_stable, rows_unstable ) +add( '* Bencode', rows_stable, rows_unstable ) +entry( ' * ', 'arjantop/rust-bencode', rows_stable, rows_unstable ) add( '* Cap\'n Proto', rows_stable, rows_unstable ) entry( ' * ', 'dwrensha/capnproto-rust', rows_stable, rows_unstable ) add( '* Character Encoding', rows_stable, rows_unstable )