Skip to content

Commit

Permalink
Make rustfmt happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Aug 5, 2021
1 parent 1b318a2 commit cdf83c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut)))
)]
#![no_core]

//
// Lints:
#![deny(rust_2021_incompatible_or_patterns)]
#![deny(unsafe_op_in_unsafe_fn)]
#![warn(deprecated_in_future)]
#![warn(missing_debug_implementations)]
#![warn(missing_docs)]
#![allow(explicit_outlives_requirements)]

//
// Library features for const fns:
#![feature(const_align_of_val)]
#![feature(const_alloc_layout)]
Expand Down Expand Up @@ -106,7 +106,7 @@
#![feature(ptr_metadata)]
#![feature(slice_ptr_get)]
#![feature(variant_count)]

//
// Language features:
#![feature(abi_unadjusted)]
#![feature(allow_internal_unstable)]
Expand Down Expand Up @@ -155,7 +155,7 @@
#![feature(try_blocks)]
#![feature(unboxed_closures)]
#![feature(unsized_fn_params)]

//
// Target features:
#![feature(aarch64_target_feature)]
#![feature(adx_target_feature)]
Expand Down

0 comments on commit cdf83c0

Please sign in to comment.