diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-22 13:48:01 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-22 13:48:01 +0200 |
commit | abd21d76e5c40116730bb66b1caad5fe434b22d7 (patch) | |
tree | a2e5aa9a97a45543cf7b53e0d5b177494bfa14cf /README.md | |
parent | e5ea69d8e92e2b683a3cbe608d89d62e59cacb88 (diff) |
docs: add optional factory feature name in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). - Enforces the use of interface traits ## Optional features -- Binding factories (Rust nightly required) +- `factory`. Binding factories (Rust nightly required) To use these features, you must [enable it in Cargo](https://doc.rust-lang.org/cargo/reference/features.html#dependency-features). |