Skip to content

Commit

Permalink
enable {f16,f128} features for {f16,f128}::DIGITS
Browse files Browse the repository at this point in the history
  • Loading branch information
tspiteri committed May 6, 2024
1 parent efacb94 commit 92bb532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clippy_lints/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![feature(array_windows)]
#![feature(binary_heap_into_iter_sorted)]
#![feature(box_patterns)]
#![feature(f16)]
#![feature(f128)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
Expand Down

0 comments on commit 92bb532

Please sign in to comment.