From 9bdb77635d8cf22bf8334cf5182793269f13453c Mon Sep 17 00:00:00 2001 From: Samuel Marks Date: Thu, 26 Jan 2017 01:29:11 +1100 Subject: [PATCH] Fix markdown for code sample --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 721e1fa..6ff5168 100644 --- a/README.rst +++ b/README.rst @@ -261,6 +261,8 @@ The following actions are available out of the box. They may be used in either As ``Store``, but wrap value with ``Some`` for use with ``Option``. For example: +.. code-block:: + let mut x: Option = None; ap.refer(&mut x).add_option(&["-x"], StoreOption, "Set var x");