Skip to content

Commit

Permalink
Prevent rustfmt from destroying alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Aug 18, 2022
1 parent c521892 commit 2339288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/impl_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ macro_rules! test {
// The number in the comment after each test indicates which implementation
// provides the functionality being tested, according to the table shown here:
// https://github.com/iliekturtles/uom/pull/307#issuecomment-1186208970
#[rustfmt::skip]
mod vv {
mod autoconvert_no {
use super::super::concise::f32::*;
Expand Down

0 comments on commit 2339288

Please sign in to comment.