From 86f7a1ae831c8d713285ab36dbe7a5afb1fff79a Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 16 Sep 2024 00:27:32 +0200 Subject: docs: remove default factory from terminology in readme --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e1ca04a..e23d58d 100644 --- a/README.md +++ b/README.md @@ -186,9 +186,6 @@ A type or trait that represents a type (itself in the case of it being a type). **Factory**
A function that creates new instances of a specific type or trait. -**Default factory**
-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). -- cgit v1.2.3-18-g5258