Skip to content

Commit

Permalink
Correct rustdoc warnings.
Browse files Browse the repository at this point in the history
Part of #241.
  • Loading branch information
iliekturtles committed Feb 16, 2021
1 parent 3347bca commit 075eaa5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/// the `FromStr` implementation. Using this macro will create submodules for the underlying storage
/// types that are enabled (e.g. `mod f32`). `@...` match arms are considered private.
///
/// When using the pre-built [SI](si) system included with `uom` this macro allows for new units to
/// quickly be defined without requiring a release. [Pull requests](pr) to add new units upstream
/// When using the pre-built [SI][si] system included with `uom` this macro allows for new units to
/// quickly be defined without requiring a release. [Pull requests][pr] to add new units upstream
/// area always greatly appreciated.
///
/// * `$system`: Path to the module where the [`system!`](macro.system.html) macro was run (e.g.
Expand Down Expand Up @@ -97,9 +97,7 @@
/// ```
///
/// [si]: http://jcgm.bipm.org/vim/en/1.16.html
/// [quantity]: http://jcgm.bipm.org/vim/en/1.1.html
/// [measurement]: http://jcgm.bipm.org/vim/en/1.9.html
/// [kind]: https://jcgm.bipm.org/vim/en/1.2.html
/// [pr]: https://github.com/iliekturtles/uom/pulls
#[macro_export]
macro_rules! unit {
Expand Down

0 comments on commit 075eaa5

Please sign in to comment.