Skip to content

Commit 3c76f4a

Browse files
committed
syntax: Switch field privacy as necessary
1 parent c034d0c commit 3c76f4a

24 files changed

+297
-297
lines changed

src/libsyntax/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub enum AbiArchitecture {
6767

6868
#[deriving(Clone, Eq, TotalEq, Encodable, Decodable, Hash)]
6969
pub struct AbiSet {
70-
priv bits: u32 // each bit represents one of the abis below
70+
bits: u32 // each bit represents one of the abis below
7171
}
7272

7373
static AbiDatas: &'static [AbiData] = &[

0 commit comments

Comments
 (0)