Skip to content

Commit

Permalink
Merge pull request #146 from gnzlbg/patch-1
Browse files Browse the repository at this point in the history
Make Quantity repr(transparent)
  • Loading branch information
iliekturtles authored Jun 17, 2019
2 parents cd9223d + d005164 commit 6fffb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ macro_rules! system {
/// ```
///
/// * <http://jcgm.bipm.org/vim/en/1.1.html>
#[repr(transparent)]
pub struct Quantity<D, U, V>
where
D: Dimension + ?Sized,
Expand Down

0 comments on commit 6fffb29

Please sign in to comment.