Merge pull request #123 from FreeFull/patch-1

Fix type name: `Entry` instead of `EntryFlags`
This commit is contained in:
Philipp Oppermann
2016-01-20 14:40:37 +01:00

View File

@@ -118,7 +118,7 @@ bitflags! {
}
}
```
To extract the flags from the entry we create a `EntryFlags::flags` method that uses [from_bits_truncate]:
To extract the flags from the entry we create an `Entry::flags` method that uses [from_bits_truncate]:
[from_bits_truncate]: https://doc.rust-lang.org/bitflags/bitflags/macro.bitflags!.html#methods