#!/usr/bin/bash
# fail fast
#
# print each command before it's executed
#
# Currently doc tests in readme will fail without all features, because we have no way of turning on
# the features for the doctest.
#
# checking with rustup for when not running on travis.
#
if ||
then
# will run doc tests which requires nightly.
#
fi