Skip to content

Commit

Permalink
build(multivers-runner): hide warning due to the use of internal feat…
Browse files Browse the repository at this point in the history
…ures

warning: the feature `stdarch_internal` is internal to the compiler or standard library
  |
2 | #![feature(stdarch_internal)]
  |            ^^^^^^^^^^^^^^^^
  |
  = note: using it is strongly discouraged
  = note: `#[warn(internal_features)]` on by default
  • Loading branch information
ronnychevalier committed Dec 10, 2023
1 parent bf8e4fe commit 4ebcc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multivers-runner/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc = "README.md"]
#![feature(stdarch_internal)]
#![allow(internal_features)]
#![cfg_attr(not(test), no_main)]
#![cfg_attr(test, allow(dead_code))]

Expand Down

0 comments on commit 4ebcc98

Please sign in to comment.