summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-23 20:46:22 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-23 20:46:22 +0100
commit0b03f7bf14ed823730643876d3af58dd36b33494 (patch)
tree243e291eb2dce70090f50bc9a8d1dbae6dd316bb /README.md
parenta0f1fcc34fb27180333459043276a70435915042 (diff)
Added a note in readme about issue #11 in nightly rust
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a99039..8127a46 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,7 @@ 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 :
+> **Currenly 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