chore: fix nightly clippy
This commit is contained in:
parent
66283a79bd
commit
d815bc089c
6 changed files with 8 additions and 13 deletions
|
|
@ -64,7 +64,7 @@
|
|||
//! [points]: https://en.wikipedia.org/wiki/Point_(typography)
|
||||
//! [picas]: https://en.wikipedia.org/wiki/Pica_(typography)
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg_hide), doc(cfg_hide(doc, docsrs)))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg), doc(auto_cfg(hide(doc, docsrs))))]
|
||||
#![cfg_attr(feature = "std", forbid(unsafe_code))]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue