quantities 0.14.4

Unit-safe computations with quantities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: No scale expected for ref_unit.

         = help: Use `#[ref_unit(<ident>, "<symbol>", <si_prefix>, "<doc>")]`
       or  `#[ref_unit(<ident>, "<symbol>", <si_prefix>)]`
       or  `#[ref_unit(<ident>, "<symbol>", "<doc>")]`
       or  `#[ref_unit(<ident>, "<symbol>")]`.

  --> tests/ui/wrong_number_of_args_ref_unit.rs:14:1
   |
14 | #[ref_unit(A, "a", MEGA, 1.0)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^