Skip to content

Commit 194188b

Browse files
committed
Add diesel-2.2.10-new-solver benchmark
1 parent f265cc6 commit 194188b

File tree

253 files changed

+58223
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+58223
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "2a6752b2b91c55b9968b7b8e3df44d5ff7eca166"
4+
},
5+
"path_in_vcs": "diesel"
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/query_dsl/mod.rs b/src/query_dsl/mod.rs
2+
index 8be915e7..6da19ecc 100644
3+
--- a/src/query_dsl/mod.rs
4+
+++ b/src/query_dsl/mod.rs
5+
@@ -119,6 +119,7 @@ pub trait QueryDsl: Sized {
6+
where
7+
Self: methods::DistinctDsl,
8+
{
9+
+ println!("testing");
10+
methods::DistinctDsl::distinct(self)
11+
}
12+

0 commit comments

Comments
 (0)