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