auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton

This commit is contained in:
bors
2014-12-15 00:07:35 +00:00
6 changed files with 1 additions and 16 deletions

View File

@@ -1910,7 +1910,6 @@ bitflags! {
}
}
impl Copy for FilePermission {}
impl Default for FilePermission {
#[inline]