Files
another-boids-in-rust/vendor/derive_more/tests/error_tests.rs

5 lines
115 B
Rust

#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(nightly, feature(error_generic_member_access))]
mod error;