mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: add Debug to NotDefinedHere (#4092)
This commit is contained in:
parent
fd22164f5d
commit
bd1e4aaea6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user