Skip to content

Commit 6d10cd1

Browse files
Merge pull request #363 from bjorn3/cargo_lock
Commit Cargo.lock
2 parents 490b5cf + d08b2a5 commit 6d10cd1

File tree

3 files changed

+305
-1
lines changed

3 files changed

+305
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
Cargo.lock

Cargo.lock

+304
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core_simd/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
1919
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
2020
#![deny(unsafe_op_in_unsafe_fn, clippy::undocumented_unsafe_blocks)]
21+
#![allow(internal_features)]
2122
#![unstable(feature = "portable_simd", issue = "86656")]
2223
//! Portable SIMD module.
2324

0 commit comments

Comments
 (0)