removed unused abstraction over paths and value_paths

This commit is contained in:
John Clements
2013-03-05 17:02:23 -08:00
parent 67100ddb35
commit 88451878f8
4 changed files with 14 additions and 25 deletions

View File

@@ -105,6 +105,10 @@ pub struct Lifetime {
ident: ident
}
// a "Path" is essentially Rust's notion of a name;
// for instance: core::cmp::Eq . It's represented
// as a sequence of identifiers, along with a bunch
// of supporting information.
#[auto_encode]
#[auto_decode]
#[deriving_eq]