Skip to content

Commit

Permalink
Run fmt on nightly
Browse files Browse the repository at this point in the history
It seems `format_code_in_doc_comments` is unstable.
  • Loading branch information
paholg committed Mar 12, 2021
1 parent 1043b4c commit b62d84b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand Down
1 change: 0 additions & 1 deletion src/marker_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
//! assert_eq!(-42, N42::to_i32());
//! assert_eq!(-42, N42::I32);
//! ```
//!

/// A **marker trait** to designate that a type is not zero. All number types in this
/// crate implement `NonZero` except `B0`, `U0`, and `Z0`.
Expand Down
1 change: 0 additions & 1 deletion src/operator_aliases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
//! assert_type_eq!(X, Y);
//! ```
//!
//!

// Aliases!!!
use crate::type_operators::{
Expand Down

0 comments on commit b62d84b

Please sign in to comment.