Skip to content

Commit

Permalink
Merge pull request #18 from Liamsi/rust_nightly
Browse files Browse the repository at this point in the history
packed attribute was removed, fix compilation on rust nightly
  • Loading branch information
cyndis committed Jun 14, 2015
2 parents bdf3923 + 94c51aa commit cb26203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct Engine {
i: Arc<EngineInternal>,
}

#[packed]
#[repr(packed)]
struct PropHdr<T: Object> {
qobj: *mut QObject,
obj: T
Expand Down

0 comments on commit cb26203

Please sign in to comment.