mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
i128 is stable
This commit is contained in:
parent
6f48e37d22
commit
748ad9fb4b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(integer_atomics, i128, i128_type)]
|
||||
#![feature(integer_atomics)]
|
||||
#![allow(blacklisted_name)]
|
||||
#![deny(replace_consts)]
|
||||
use std::sync::atomic::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue