mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +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.
|
/// 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user