Skip to content

Commit

Permalink
Fix a misplaced doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed May 5, 2020
1 parent ca44b49 commit 7b45627
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 7b45627

Please sign in to comment.