summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f988b2..7253b3b 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,6 @@ Cell::new("foo2").style_spec("FrByc")
Where **FrBybc** means **F**oreground: **r**ed, **B**ackground: **y**ellow, **b**old, **c**enter
With macros it's even simpler :
-> **Currently style in macros don't work on nightly rust because of _Type Ascription_. See issue [#11](https://github.com/phsym/prettytable-rs/issues/11) for details**
In rows, for each cells :
```rust