summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff19d6f..23e66ec 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,4 @@ Keep unexpected errors, and handle them later.
* `Expect` is an error type. It'll hold on to your unexpected error if you have
one, so you can figure out what to do with it later.
+* This crate works in `no-std`.