summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-15 01:46:19 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-15 01:46:19 +0100
commit13f325ddff5db3fef5cd8880cc6b5e6371e9ae9a (patch)
tree6befa0684649ebe5e5a77fdebfc3255c36838a50 /README.md
parent8a94bc048df9f75d02dfd0fddef7f7f91651b9d6 (diff)
Removed from readme the notice about macros failing in nightly
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