From 2575cc6f74c17fc73197b7f6003772ed316b4751 Mon Sep 17 00:00:00 2001 From: hcpl Date: Mon, 29 May 2017 11:08:08 +0300 Subject: Revert and apply table format changes * FORMAT_NO_LINESEP_WITH_TITLE: Because of how everywhere else the render has thin title separator: - code now behaves like the old version; - changed its rustdoc description. * FORMAT_NO_LINESEP: This format has no line separators, but this fact doesn't apply to borders. - add top and bottom separators; - update the corresponding example. * FORMAT_BORDERS_ONLY: - remove delimiter lines between non-titles. --- examples/formatting.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/formatting.rs b/examples/formatting.rs index 1ea0e18..d994796 100644 --- a/examples/formatting.rs +++ b/examples/formatting.rs @@ -35,7 +35,6 @@ fn main() { // | Title 1 Title 2 | // +=========================+ // | Value 1 Value 2 | - // +-------------------------+ // | Value three Value four | // +-------------------------+ println!("FORMAT_BORDERS_ONLY :"); -- cgit v1.2.3