| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-11 | On fmt string with unescaped `{` note how to escape | Esteban Küber | -0/+36 | |
| On cases of malformed format strings where a `{` hasn't been properly escaped, like `println!("{");`, present a note explaining how to escape the `{` char. | ||||
