Skip to content

Commit

Permalink
Merge pull request #183 from adamreichold/misplaced-doc-comment
Browse files Browse the repository at this point in the history
Fix a misplaced doc-comment
  • Loading branch information
iliekturtles committed May 5, 2020
2 parents ca44b49 + 7b45627 commit 4fceafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@ macro_rules! system {
.value()
}

autoconvert_test! {
/// Convert a value from one set of base units to a second.
///
/// ## Generic Parameters
/// * `D`: Dimension.
/// * `Ul`: Base units for left quantity.
/// * `Ur`: Base units for right quantity.
/// * `V`: Value underlying storage type.
autoconvert_test! {
#[allow(dead_code)]
#[inline(always)]
fn change_base<D, Ul, Ur, V>(v: &V) -> V
Expand Down

0 comments on commit 4fceafc

Please sign in to comment.