Deny unused_qualifications
This commit is contained in:
parent
924795be45
commit
00f1f11ca5
|
@ -88,12 +88,7 @@ an optimized set of tools for computer graphics and physics. Those features incl
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_copy_implementations
|
missing_copy_implementations
|
||||||
)]
|
)]
|
||||||
#![cfg_attr(feature = "rkyv-serialize-no-std", allow(unused_results))] // TODO: deny this once bytecheck stops generating warnings.
|
#![cfg_attr(not(feature = "rkyv-serialize-no-std"), deny(unused_results))] // TODO: deny this globally once bytecheck stops generating unused results.
|
||||||
#![cfg_attr(
|
|
||||||
not(feature = "rkyv-serialize-no-std"),
|
|
||||||
deny(unused_results),
|
|
||||||
deny(unused_qualifications)
|
|
||||||
)] // TODO: deny this globally
|
|
||||||
#![doc(
|
#![doc(
|
||||||
html_favicon_url = "https://nalgebra.org/img/favicon.ico",
|
html_favicon_url = "https://nalgebra.org/img/favicon.ico",
|
||||||
html_root_url = "https://docs.rs/nalgebra/0.25.0"
|
html_root_url = "https://docs.rs/nalgebra/0.25.0"
|
||||||
|
|
Loading…
Reference in New Issue