Skip to content

Commit

Permalink
fix new linting
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed May 8, 2024
1 parent d0d30b8 commit 6d9760b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ debug = true

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
rustdoc-args = ["--cfg", "docsrs"]
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![doc = include_str!("../README.md")]
#![allow(clippy::comparison_chain)]
#![allow(clippy::len_without_is_empty)]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![feature(slice_ptr_get)]
#![feature(allocator_api)]

Expand Down

0 comments on commit 6d9760b

Please sign in to comment.