Skip to content

Commit d47a86f

Browse files
committed
remove diesel from readme
1 parent 3958a68 commit d47a86f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

collector/benchmarks/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ They mostly consist of real-world crates.
2323
Firefox.
2424
- **cranelift-codegen-0.82.1**: The largest crate from a code generator. Used by
2525
wasmtime.
26-
- **diesel**: A type safe SQL query builder. Utilizes the type system to
27-
ensure a lot of invariants. Stresses anything related to resolving
28-
trait bounds, by having a lot of trait impls for a large number of different
29-
types.
3026
- **diesel-1.4.8**: A type safe SQL query builder. Utilizes the type system to
3127
ensure a lot of invariants. Stresses anything related to resolving
3228
trait bounds, by having a lot of trait impls for a large number of different

0 commit comments

Comments
 (0)