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

Commit

Permalink
Merge pull request #14 from algesten/updates-for-save-analysis
Browse files Browse the repository at this point in the history
Updates for save-analysis
  • Loading branch information
nrc authored Feb 1, 2018
2 parents 251ee73 + de41989 commit bad5b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ pub struct Relation {

#[derive(Debug, RustcDecodable, RustcEncodable, Clone, Copy, PartialEq, Eq)]
pub enum RelationKind {
Impl,
Impl {
id: u32,
},
SuperTrait,
}

Expand Down

0 comments on commit bad5b83

Please sign in to comment.