Skip to content

Commit 9bdb776

Browse files
committed
Fix markdown for code sample
1 parent 573ffc8 commit 9bdb776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ The following actions are available out of the box. They may be used in either
261261
As ``Store``, but wrap value with ``Some`` for use with ``Option``. For
262262
example:
263263

264+
.. code-block::
265+
264266
let mut x: Option<i32> = None;
265267
ap.refer(&mut x).add_option(&["-x"], StoreOption, "Set var x");
266268

0 commit comments

Comments
 (0)