mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
6 lines
73 B
Rust
6 lines
73 B
Rust
// generates error types
|
|
|
|
use error_chain::error_chain;
|
|
|
|
error_chain! {}
|