Skip to content

Commit 9908d56

Browse files
committed
fix
1 parent ef08bca commit 9908d56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/src/join.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ impl<T: JoinMeta> JoinMeta for Join<T> {
2929
}
3030
}
3131

32-
impl<T: JoinMeta> JoinMeta for Vec<T> {
33-
type IdType = T::IdType;
32+
// impl<T: JoinMeta> JoinMeta for Vec<T> {
33+
// type IdType = T::IdType;
3434

35-
fn _id(&self) -> Self::IdType {
36-
unimplemented!()
37-
}
38-
}
35+
// fn _id(&self) -> Self::IdType {
36+
// unimplemented!()
37+
// }
38+
// }
3939

4040
pub trait Loadable<DB, T: JoinMeta> {
4141
#[allow(async_fn_in_trait)]

0 commit comments

Comments
 (0)