Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit bad5b83

Browse files
authored
Merge pull request #14 from algesten/updates-for-save-analysis
Updates for save-analysis
2 parents 251ee73 + de41989 commit bad5b83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ pub struct Relation {
258258

259259
#[derive(Debug, RustcDecodable, RustcEncodable, Clone, Copy, PartialEq, Eq)]
260260
pub enum RelationKind {
261-
Impl,
261+
Impl {
262+
id: u32,
263+
},
262264
SuperTrait,
263265
}
264266

0 commit comments

Comments
 (0)