Fix formatting of no_std instructions in README.rst.

This commit is contained in:
Dan Gohman
2018-02-27 12:41:43 -08:00
parent 6c9cf2bacf
commit 5ffdc51742

View File

@@ -66,11 +66,15 @@ default, and enable the `no_std` feature.
For example, to build `cretonne`:
.. code-block:: sh
cd lib/cretonne
cargo build --no-default-features --features no_std
Or, when using `cretonne` as a dependency (in Cargo.toml):
.. code-block::
[dependency.cretonne]
...
default-features = false