mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
chore: add Debug to NotDefinedHere (#4092)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user