Skip to content

Commit 5a75a72

Browse files
committed
errors: Remove unused Limits foreign error chaining
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 312e623 commit 5a75a72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ error_chain! {
2929
Io(io::Error);
3030
Open(opener::OpenError);
3131
Thread(std::sync::mpsc::RecvError);
32-
Limits(effective_limits::Error);
3332
}
3433

3534
errors {

0 commit comments

Comments
 (0)