We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312e623 commit 5a75a72Copy full SHA for 5a75a72
src/errors.rs
@@ -29,7 +29,6 @@ error_chain! {
29
Io(io::Error);
30
Open(opener::OpenError);
31
Thread(std::sync::mpsc::RecvError);
32
- Limits(effective_limits::Error);
33
}
34
35
errors {
0 commit comments