chore: add Debug to NotDefinedHere (#4092)

This commit is contained in:
Alice Ryhl 2021-09-08 12:02:07 +02:00 committed by GitHub
parent fd22164f5d
commit bd1e4aaea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
/// will ever accidentally use it.
///
/// [`never` type]: https://doc.rust-lang.org/std/primitive.never.html
#[derive(Debug)]
pub enum NotDefinedHere {}
pub mod os;