From bf50dedb955a691b53f9fb5c5e98f40147b6687b Mon Sep 17 00:00:00 2001 From: Samuel Marks Date: Thu, 26 Jan 2017 01:27:28 +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..ee44e9a 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::Rust + let mut x: Option = None; ap.refer(&mut x).add_option(&["-x"], StoreOption, "Set var x");