Fix tables

This commit is contained in:
ticki 2016-07-24 11:30:51 +02:00
parent f21a5ceeed
commit 011b26b5c9
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ Lot'ta goodies.
This sample table gives an idea of how to go bu converting to the new major This sample table gives an idea of how to go bu converting to the new major
version of Termion. version of Termion.
+------------------------------------------------------------
| 0.1.0 | 1.0.0 | 0.1.0 | 1.0.0
|--------------------------------|--------------------------- |--------------------------------|---------------------------
| `use termion::IntoRawMode` | `use termion::raw::IntoRawMode` | `use termion::IntoRawMode` | `use termion::raw::IntoRawMode`

View File

@ -37,7 +37,6 @@ termion = "1.0.0"
This sample table gives an idea of how to go bu converting to the new major This sample table gives an idea of how to go bu converting to the new major
version of Termion. version of Termion.
+------------------------------------------------------------
| 0.1.0 | 1.0.0 | 0.1.0 | 1.0.0
|--------------------------------|--------------------------- |--------------------------------|---------------------------
| `use termion::IntoRawMode` | `use termion::raw::IntoRawMode` | `use termion::IntoRawMode` | `use termion::raw::IntoRawMode`