diff options
author | HampusM <hampus@hampusmat.com> | 2024-09-16 00:27:32 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-09-16 00:27:32 +0200 |
commit | 86f7a1ae831c8d713285ab36dbe7a5afb1fff79a (patch) | |
tree | 0faa0c62d4cc421aa41637a3577815fb00eede60 | |
parent | e2b38115ec695a6620cdf244fd7bad922262560d (diff) |
docs: remove default factory from terminology in readme
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -186,9 +186,6 @@ A type or trait that represents a type (itself in the case of it being a type). **Factory**<br> A function that creates new instances of a specific type or trait. -**Default factory**<br> -A function that takes no arguments that creates new instances of a specific type or trait. - ## Rust version requirements Syrette requires Rust >= 1.62.1 to work. This is mainly due to the dependency on [Linkme](https://crates.io/crates/linkme). |