Skip to content

Commit

Permalink
Merge pull request rust-lang#363 from bjorn3/cargo_lock
Browse files Browse the repository at this point in the history
Commit Cargo.lock
  • Loading branch information
calebzulawski authored Aug 26, 2023
2 parents 490b5cf + d08b2a5 commit 6d10cd1
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
304 changes: 304 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/core_simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
#![deny(unsafe_op_in_unsafe_fn, clippy::undocumented_unsafe_blocks)]
#![allow(internal_features)]
#![unstable(feature = "portable_simd", issue = "86656")]
//! Portable SIMD module.

Expand Down

0 comments on commit 6d10cd1

Please sign in to comment.